class NonDataDescriptorMixin(DataDocumenterMixinBase):
Known subclasses: sphinx.ext.autodoc.AttributeDocumenter
Mixin for AttributeDocumenter to provide the feature for supporting non data-descriptors.
Note
This mix-in must be inherited after other mix-ins. Otherwise, docstring and :value: header will be suppressed unexpectedly.
Method | get_doc |
Undocumented |
Method | import_object |
Undocumented |
Method | should_suppress_value_header |
Check :value: header should be suppressed. |
Instance Variable | non_data_descriptor |
Undocumented |
Inherited from DataDocumenterMixinBase
:
Method | should_suppress_directive_header |
Check directive header should be suppressed. |
Method | update_content |
Update docstring for the NewType object. |
Class Variable | config |
Undocumented |
Class Variable | env |
Undocumented |
Class Variable | modname |
Undocumented |
Class Variable | object |
Undocumented |
Class Variable | objpath |
Undocumented |
Class Variable | parent |
Undocumented |
sphinx.ext.autodoc.AttributeDocumenter
Undocumented
Parameters | |
ignore:int | Undocumented |
Returns | |
Optional[ | Undocumented |
sphinx.ext.autodoc.AttributeDocumenter
Undocumented
Parameters | |
raiseerror:bool | Undocumented |
Returns | |
bool | Undocumented |
sphinx.ext.autodoc.AttributeDocumenter
Returns | |
bool | Undocumented |