ConnectTool
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
module_tree.Node Class Reference

Class for node object. More...

Public Member Functions

def __init__
 
def add_child
 
def get_nchildren
 
def __str__
 

Public Attributes

 id
 
 parent
 
 children
 

Detailed Description

Class for node object.

Constructor & Destructor Documentation

def module_tree.Node.__init__ (   self,
  value 
)

Member Function Documentation

def module_tree.Node.__str__ (   self)

Here is the call graph for this function:

def module_tree.Node.add_child (   self,
  child 
)
def module_tree.Node.get_nchildren (   self)

Here is the caller graph for this function:

Member Data Documentation

module_tree.Node.children
module_tree.Node.id
module_tree.Node.parent

The documentation for this class was generated from the following file: