| Home | Trees | Index | Help |
|
|---|
| 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 | |
|---|---|
class |
function_class = 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 Tue Jul 22 05:30:46 2003 | http://epydoc.sf.net |