Package logilab :: Package common :: Module tree :: Class VNode
[frames] | no frames]

Class VNode

source code

          object --+    
                   |    
                Node --+
                       |
          object --+   |
                   |   |
visitor.VisitedMixIn --+
                       |
                      VNode

a visitable node
    

Instance Methods

Inherited from Node: __init__, __iter__, __str__, append, depth, depth_down, flatten, get_child_by_id, get_child_by_path, get_node_by_id, get_sibling, insert, is_leaf, leaves, lineage, next_sibling, previous_sibling, remove, replace, root, width

Inherited from visitor.VisitedMixIn: accept, get_visit_name, leave

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties

Inherited from object: __class__