Package docutils :: Package readers :: Package python :: Module moduleparser :: Class FunctionVisitor
[show private | hide private]
[frames | no frames]

Class FunctionVisitor

ASTVisitor --+        
             |        
   BaseVisitor --+    
                 |    
  DocstringVisitor --+
                     |
                    FunctionVisitor

Known Subclasses:
MethodVisitor

Method Summary
  parse_parameter_list(self, node)
  visitFunction(self, node)
    Inherited from DocstringVisitor
  visitConst(self, node)
  visitDiscard(self, node)
  visitStmt(self, node)
    Inherited from BaseVisitor
  __init__(self, token_parser)
  default(self, node, *args)
  default_visit(self, node, *args)
    Inherited from ASTVisitor
  dispatch(self, node, *args)
  preorder(self, tree, visitor, *args)
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

Type:
int
Value:
0                                                                     

Generated by Epydoc 2.0 on Tue Jul 22 05:30:46 2003 http://epydoc.sf.net