class ParsedEpytextDocstring(ParsedDocstring):
Undocumented
Method | __init__ |
Undocumented |
Method | __str__ |
Undocumented |
Method | to_node |
Translate this docstring to a docutils.nodes.document . |
Constant | SYMBOL_TO_CODEPOINT |
Undocumented |
Property | has_body |
Does this docstring have a non-empty body? |
Method | _to_node |
Undocumented |
Instance Variable | _document |
Undocumented |
Instance Variable | _stan |
Undocumented |
Instance Variable | _tree |
Undocumented |
Inherited from ParsedDocstring
:
Method | to_stan |
Translate this docstring to a Stan tree. |
Instance Variable | fields |
A list of Field s, each of which encodes a single field. The field's bodies are encoded as ParsedDocstrings. |
docutils.nodes.document
.Returns | |
nodes.document | The docstring presented as a docutils.nodes.document . |
dict[ str, int]
=
Undocumented
Value |
|
bool
=
Does this docstring have a non-empty body?
The body is the part of the docstring that remains after the fields have been split off.
Undocumented
Parameters | |
tree:Element | Undocumented |
Returns | |
Iterable[ | Undocumented |