class documentation

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 match_param_docs Undocumented
Method matching_sections Returns the number of matching docstring sections.
Class Variable re_multiple_simple_type Undocumented
Class Variable re_param_in_docstring Undocumented
Class Variable re_param_raw Undocumented
Class Variable re_property_type_in_docstring Undocumented
Class Variable re_property_type_raw Undocumented
Class Variable re_raise_in_docstring Undocumented
Class Variable re_raise_raw Undocumented
Class Variable re_returns_in_docstring Undocumented
Class Variable re_rtype_in_docstring Undocumented
Class Variable re_simple_container_type Undocumented
Class Variable re_type Undocumented
Class Variable re_type_in_docstring Undocumented
Class Variable re_type_raw Undocumented
Class Variable re_xref Undocumented
Class Variable supports_yields True if the docstring supports a "yield" section.

Inherited from Docstring:

Method __init__ Undocumented
Method __repr__ Undocumented
Method has_yields Undocumented
Method has_yields_type Undocumented
Method params_documented_elsewhere Undocumented
Class Variable re_for_parameters_see Undocumented
Instance Variable doc Undocumented
def matching_sections(self) -> int: (source)

Returns the number of matching docstring sections.

re_multiple_simple_type = (source)

Undocumented

re_param_in_docstring = (source)
re_param_raw = (source)

Undocumented

re_property_type_in_docstring = (source)
re_property_type_raw = (source)

Undocumented

re_raise_in_docstring = (source)
re_raise_raw = (source)

Undocumented

re_returns_in_docstring = (source)
re_rtype_in_docstring = (source)
re_simple_container_type = (source)

Undocumented

Undocumented

re_type_in_docstring = (source)
re_type_raw = (source)

Undocumented

Undocumented

supports_yields: bool = (source)

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