Package EasyExtend :: Module cst2source :: Class NodeHandler
[hide private]
[frames] | no frames]

Class NodeHandler



object --+
         |
        NodeHandler
Known Subclasses:
NodeHandler_AutoFormat, NodeHandler_Exact

Nested Classes [hide private]
  State
Instance Methods [hide private]
 
__init__(self, other=None, **kwd)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
handle_ENDMARKER(self, node)
 
has_addinfo(self, node)
 
_indent(self, modify=0)
 
_get_spaces(self, node, last_node)
 
write_and_align(self, text, indent=False)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, other=None, **kwd)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)