| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Transformer
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Add this transformer unconditionally to fiberspace transformers.
|
Get node N with node_id = nid when N is in the parental chain of node. raise ValueError if no such node is found. |
Explicit signaling of langlet transform termination. Dispatch to nodes of this transformer is stopped. |
Returns True if _if_stmt node has the structure "if __name__ == '__main__': BLOCK" otherwise it returns False.
|
Toplevel transformations:
(A) if __name__ == '__main__': => def __like_main__():
BLOCK
if __name__ == '__main__':
__like_main__()
(B) import __langlet__ => __langlet__ = import_and_init_langlet( <langlet_name> )
(C) STMT1
STMT2 ... => if STMT1 == from __future__ import*
STMT1; from EasyExtend.exotools import exoload; exospace = exoload(__file__);
STMT2 ....
else:
from EasyExtend.exotools import exoload; exospace = exoload(__file__);
STMT1
STMT2 ...
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 13 16:31:31 2008 | http://epydoc.sourceforge.net |