class documentation

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Method exceptions Undocumented
Method has_params Undocumented
Method has_property_returns Undocumented
Method has_property_type Undocumented
Method has_returns Undocumented
Method has_rtype Undocumented
Method has_yields Undocumented
Method has_yields_type Undocumented
Method match_param_docs Undocumented
Method matching_sections Returns the number of matching docstring sections.
Method params_documented_elsewhere Undocumented
Class Variable re_for_parameters_see Undocumented
Class Variable supports_yields True if the docstring supports a "yield" section.
Instance Variable doc Undocumented
def __init__(self, doc: nodes.Const|None): (source)

Undocumented

def __repr__(self) -> str: (source)

Undocumented

def has_yields(self) -> bool: (source)
def has_yields_type(self) -> bool: (source)
def matching_sections(self) -> int: (source)

Returns the number of matching docstring sections.

def params_documented_elsewhere(self) -> bool: (source)

Undocumented

re_for_parameters_see = (source)

Undocumented

supports_yields: bool = (source)

True if the docstring supports a "yield" section. False if the docstring uses the returns section to document generators.

Undocumented