4.6.4 pde.tools.docstrings module
Methods for automatic transformation of docstrings.
Return a single text block. |
|
Replace a text in a docstring using the correct indentation. |
|
Decorator that replaces text in the docstring of a function. |
- fill_in_docstring(f)[source]
Decorator that replaces text in the docstring of a function.
- Parameters:
f (TFunc)
- Return type:
TFunc