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

Public Member Functions

def __init__
 
def isParentOf
 
def __str__
 
def __eq__
 
def __ne__
 
def __lt__
 
def __gt__
 

Public Attributes

 path
 
 mode
 
 subfiles
 

Detailed Description

Definition at line 12 of file spec_builder.py.

Constructor & Destructor Documentation

def spec_builder.SpecPoint.__init__ (   self,
  path,
  mode 
)

Definition at line 13 of file spec_builder.py.

Member Function Documentation

def spec_builder.SpecPoint.__eq__ (   self,
  other 
)

Definition at line 25 of file spec_builder.py.

def spec_builder.SpecPoint.__gt__ (   self,
  other 
)

Definition at line 31 of file spec_builder.py.

def spec_builder.SpecPoint.__lt__ (   self,
  other 
)

Definition at line 29 of file spec_builder.py.

def spec_builder.SpecPoint.__ne__ (   self,
  other 
)

Definition at line 27 of file spec_builder.py.

def spec_builder.SpecPoint.__str__ (   self)

Definition at line 20 of file spec_builder.py.

def spec_builder.SpecPoint.isParentOf (   self,
  path 
)

Definition at line 17 of file spec_builder.py.

Member Data Documentation

spec_builder.SpecPoint.mode

Definition at line 15 of file spec_builder.py.

Referenced by spec_builder.SpecPoint.__str__(), and spec_diff.TreeNode.getString().

spec_builder.SpecPoint.subfiles

Definition at line 16 of file spec_builder.py.


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