/ HappyDoc3-r3_1 / happydoclib / parsers / parsers_python.py / PythonModule
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.
|
|
getImportData
|
getImportData ( self )
|
|
_unquoteString
|
_unquoteString ( self, str )
Remove surrounding quotes from a string.
|
|
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,
)
|
|
|