CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
spec_diff.TreeNode Class Reference

Public Member Functions

def __init__
 
def getString
 
def __str__
 

Public Attributes

 children
 
 mode
 

Detailed Description

Definition at line 7 of file spec_diff.py.

Constructor & Destructor Documentation

def spec_diff.TreeNode.__init__ (   self,
  mode 
)

Definition at line 8 of file spec_diff.py.

Member Function Documentation

def spec_diff.TreeNode.__str__ (   self)

Definition at line 27 of file spec_diff.py.

Here is the call graph for this function:

def spec_diff.TreeNode.getString (   self,
  prefix,
  wildcard 
)

Definition at line 11 of file spec_diff.py.

Referenced by spec_diff.TreeNode.__str__().

Here is the caller graph for this function:

Member Data Documentation

spec_diff.TreeNode.children

Definition at line 9 of file spec_diff.py.

spec_diff.TreeNode.mode

Definition at line 10 of file spec_diff.py.

Referenced by spec_diff.TreeNode.getString().


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