decorateme._doc

Decorators for manipulating docstrings.

Module Contents

Functions

copy_docstring(→ None)

Copies the docstring from from_obj to this function or class.

append_docstring(→ None)

Appends the docstring from from_obj to the docstring for this function or class.

decorateme._doc.copy_docstring(from_obj: Type) None

Copies the docstring from from_obj to this function or class.

decorateme._doc.append_docstring(from_obj: Type) None

Appends the docstring from from_obj to the docstring for this function or class.