class ColorizedPyvalRepr(ParsedRstDocstring):
Method | __init__ |
Undocumented |
Method | to_stan |
Translate this docstring to a Stan tree. |
Instance Variable | is_complete |
True if this colorized repr completely describes the object. |
Instance Variable | warnings |
List of warnings |
Inherited from ParsedRstDocstring
:
Method | __repr__ |
Undocumented |
Method | to_node |
Translate this docstring to a docutils.nodes.document . |
Property | has_body |
Does this docstring have a non-empty body? |
Instance Variable | _document |
A ReStructuredText document, encoding the docstring. |
Inherited from ParsedDocstring
(via ParsedRstDocstring
):
Instance Variable | fields |
A list of Field s, each of which encodes a single field. The field's bodies are encoded as ParsedDocstrings. |
Instance Variable | _stan |
Undocumented |
Undocumented
Parameters | |
document:nodes.document | Undocumented |
is_complete:bool | Undocumented |
warnings:List[ | Undocumented |
Parameters | |
docstring_linker:DocstringLinker | An HTML translator for crossreference links into and out of the docstring. |
Returns | |
Tag | The docstring presented as a stan tree. |
Note | |
The default implementation relies on functionalities provided by node2stan.node2stan and ParsedDocstring.to_node() . |