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 43 of file dirstructure.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 44 of file dirstructure.py.

44  def __init__(self,name,weight=1):
45  self.name=name
46  self.weight=weight
47 
48 
49 #-------------------------------------------------------------------------------

Member Data Documentation

◆ name

dirstructure.Weighted.name

◆ weight

dirstructure.Weighted.weight