/ HappyDoc3-r3_1 / happydoclib / parsers / parsers_structuredtext.py / StructuredTextFile
Structured text file node.
Methods
|
|
|
getDocStringAndFormat
|
getDocStringAndFormat ( self )
Returns a tuple containing the actual documentation string
and the format of that docstring as understood by the
docstring converters plugins.
|
|
getSummaryAndFormat
|
getSummaryAndFormat ( self )
Returns a tuple containing a one line summary of the
documentation for the node and the format of that
string as understood by the docstring converter plugins.
|
|
__init__
|
__init__ (
self,
parent,
name,
)
|
|
|