class documentation

class RaisesDesc(FieldDesc):

View In Hierarchy

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

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):
Returns
Generator[Tag, None, None]Iterator that yields one or two tags.td.