class documentation

class RaisesDesc(FieldDesc): (source)

View In Hierarchy

Description of an exception that can be raised by function/method.

Method format No summary

Inherited from FieldDesc:

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.