class Field:
The contents of a docstring's field. Docstring fields are used to describe specific aspects of an object, such as a parameter of a function or the author of a module. Each field consists of a tag, an optional argument, and a body:
Tags are automatically downcased and stripped; and arguments are automatically stripped.
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | arg |
|
Method | body |
|
Method | tag |
|
Instance Variable | lineno |
Undocumented |
Instance Variable | _arg |
Undocumented |
Instance Variable | _body |
Undocumented |
Instance Variable | _tag |
Undocumented |
Undocumented
Parameters | |
tag:str | Undocumented |
arg:Optional[ | Undocumented |
body:ParsedDocstring | Undocumented |
lineno:int | Undocumented |