| Home | Trees | Indices | Help |
|
|---|
|
|
compiler.visitor.ASTVisitor --+
|
ASTVisitor
|
|||
| __init__(self, scope, seq) | ||
| visitGenExprFor(self, node) | ||
| visitListCompFor(self, node) | ||
| visitCompare(self, node) | ||
| visitOr(self, node) | ||
|
eval(self,
node) Eval node. |
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|
|
Eval node. This is done by converting the node to bytecode and eval()ing the bytecode in the instance scope. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 13 21:49:09 2006 | http://epydoc.sourceforge.net |