Ejemplo n.º 1
0
 def __init__(self, slottable):
     """Constructor
     
     Argument
     slottable -- A fully constructed SlotTable
     """  
     LeaseAdmissionPolicy.__init__(self, slottable)
Ejemplo n.º 2
0
 def __init__(self, slottable):
     """Constructor
     
     Argument
     slottable -- A fully constructed SlotTable
     """  
     LeaseAdmissionPolicy.__init__(self, slottable)
Ejemplo n.º 3
0
 def __init__(self, slottable):
     LeaseAdmissionPolicy.__init__(self, slottable)