Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package docutils :: Package readers :: Package python :: Module moduleparser :: Class FunctionVisitor |
|
ASTVisitor
--+ |BaseVisitor
--+ |DocstringVisitor
--+ | FunctionVisitor
MethodVisitor
Method Summary | |
---|---|
parse_parameter_list(self,
node)
| |
visitFunction(self,
node)
| |
Inherited from DocstringVisitor | |
| |
| |
| |
Inherited from BaseVisitor | |
| |
| |
| |
Inherited from ASTVisitor | |
| |
Do preorder walk of tree using visitor... |
Class Variable Summary | |
---|---|
classobj |
function_class = lemon.external.docutils.readers.python.moduleparser.Function |
int |
in_function = 0 |
Inherited from ASTVisitor | |
int |
VERBOSE = 0 |
Class Variable Details |
---|
in_function
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:18 2003 | http://epydoc.sf.net |