class Field:
Like pydoctor.epydoc.markup.Field
, but without the gross accessor methods and with a formatted body.
Example:
@note: some other information
Class Method | from​_epydoc |
Undocumented |
Method | format |
Present this field's body as HTML. |
Method | report |
Undocumented |
Instance Variable | arg |
Field argument, i.e. :param <argument>: |
Instance Variable | body |
Undocumented |
Instance Variable | lineno |
Undocumented |
Instance Variable | source |
Undocumented |
Instance Variable | tag |
Field tag, i.e. :<tag>: |
Undocumented
Parameters | |
field:EpydocField | Undocumented |
source:model.Documentable | Undocumented |
Returns | |
Field | Undocumented |