class documentation

Combines informations from multiple Field objects into one.

Example:

   :param foo: description of parameter foo
   :type foo:  SomeClass
Method format No summary
Instance Variable body Undocumented
Instance Variable name Field name, i.e. :param <name>:
Instance Variable type Formatted type
Constant _UNDOCUMENTED Undocumented
def format(self) -> Generator[Tag, None, None]: (source)
Returns
Generator[Tag, None, None]Iterator that yields one or two tags.td.

Undocumented

Field name, i.e. :param <name>:

Formatted type

_UNDOCUMENTED: ClassVar[Tag] = (source)

Undocumented

Value
tags.span(class_='undocumented')('Undocumented')