|
__init__(self,
fiber,
**kwd)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
|
|
|
notify(self)
Add this transformer unconditionally to fiberspace
transformers. |
|
|
|
|
|
contains_node(self,
node,
nids) |
|
|
|
run(self,
tree,
locals=None)
Delegate to multi-fiber transformer |
|
|
|
terminate(self)
Explicit signaling of fiber transform termination. |
|
|
|
has_trans_stmt(self)
Indicates that transformation has been performed. |
|
|
|
_find_handler(self)
Method used to find all methods that handle one node. |
|
|
|
|
|
is_main(self,
_if_stmt)
Returns True if _if_stmt node has the structure "if __name__
== '__main__': BLOCK" otherwise it returns False. |
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|