Inherits from
- DocObject: enthought.endo.docobjects.DocObject
Method summary
- __init__(self, name, file, lineno, argnames, defaults, parent_module, varargs = 0, kwargs = 0, docstring = '', children = [ ])
- fromAST(options, filename, function_node, module_object)
- print_node(self, indent)
Inherited from base classes
- copy(self, other_namespace)
- get_objects(self)
- resolve(self, identifier)
Methods
- __init__(self, name, file, lineno, argnames, defaults, parent_module, varargs = 0, kwargs = 0, docstring = '', children = [ ])
- fromAST(options, filename, function_node, module_object)
Create function object from AST function node
- options : command line options
- filename : file name of function code
- function_node : AST node for function
- module_object : docobjects.Module instance for parent module
- print_node(self, indent)