CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
dirstructure.Weighted Class Reference
Inheritance diagram for dirstructure.Weighted:
dirstructure.Comparison dirstructure.Directory

Public Member Functions

def __init__ (self, name, weight=1)
 

Public Attributes

 name
 
 weight
 

Detailed Description

Definition at line 40 of file dirstructure.py.

Constructor & Destructor Documentation

def dirstructure.Weighted.__init__ (   self,
  name,
  weight = 1 
)

Definition at line 41 of file dirstructure.py.

41  def __init__(self,name,weight=1):
42  self.name=name
43  self.weight=weight
44 
45 
46 #-------------------------------------------------------------------------------
def __init__(self, name, weight=1)
Definition: dirstructure.py:41

Member Data Documentation

dirstructure.Weighted.name
dirstructure.Weighted.weight