griffe_inherited_docstrings
¤
Griffe Inherited Docstrings package.
Griffe extension for inheriting docstrings.
Modules:
-
extension–Deprecated. Import from
griffe_inherited_docstringsdirectly.
Classes:
-
InheritDocstringsExtension–Griffe extension for inheriting docstrings.
InheritDocstringsExtension
¤
Bases: Extension
Griffe extension for inheriting docstrings.
Parameters:
-
(merge¤bool, default:False) –Whether to merge the docstrings from the parent classes into the docstring of the member.
Methods:
-
on_package–Inherit docstrings from parent classes once the whole package is loaded.
Attributes:
-
merge–Whether to merge the docstrings from the parent classes into the docstring of the member.
Source code in src/griffe_inherited_docstrings/_internal/extension.py
68 69 70 71 72 73 74 75 | |
merge
instance-attribute
¤
merge = merge
Whether to merge the docstrings from the parent classes into the docstring of the member.
on_package
¤
on_package(*, pkg: Module, **kwargs: Any) -> None
Inherit docstrings from parent classes once the whole package is loaded.
Source code in src/griffe_inherited_docstrings/_internal/extension.py
77 78 79 | |