Home | Trees | Indices | Help |
|
---|
|
ParsedDocstring
s support several kinds of operation:
to_format()
) use a DocstringLinker to link the docstring output with the
rest of the documentation that epydoc generates.
to_format
: Calls to_plaintext
,
and uses the string it returns to generate verbatim output.
summary
: Returns self
(i.e., the
entire docstring).
split_fields
: Returns (self, [])
(i.e., extracts no fields).
index_terms
: Returns []
(i.e.,
extracts no index terms).
to_format
methods will be added to this base class;
but they will always be given a default implementation.
|
|||
(ParsedDocstring, list of Field)
|
|
||
(ParsedDocstring, bool )
|
|
||
|
|||
|
|||
string
|
|
||
string
|
|
||
string
|
|
||
list of ParsedDocstring
|
|
|
|
|
|
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Thu Mar 1 04:25:06 2007 | http://epydoc.sourceforge.net |