class documentation

class GenericAliasMixin(DataDocumenterMixinBase):

Known subclasses: sphinx.ext.autodoc.AttributeDocumenter, sphinx.ext.autodoc.DataDocumenter

View In Hierarchy

Mixin for DataDocumenter and AttributeDocumenter to provide the feature for supporting GenericAliases.
Method should​_suppress​_directive​_header Check directive header should be suppressed.
Method update​_content Update docstring for the NewType object.

Inherited from DataDocumenterMixinBase:

Method should​_suppress​_value​_header Check :value: header should be suppressed.
Class Variable config Undocumented
Class Variable env Undocumented
Class Variable modname Undocumented
Class Variable object Undocumented
Class Variable objpath Undocumented
Class Variable parent Undocumented
def should_suppress_directive_header(self):
Check directive header should be suppressed.
Returns
boolUndocumented
def update_content(self, more_content):
Update docstring for the NewType object.
Parameters
more​_content:StringListUndocumented