예제 #1
0
파일: admission.py 프로젝트: queba/haizea
 def __init__(self, slottable):
     """Constructor
     
     Argument
     slottable -- A fully constructed SlotTable
     """  
     LeaseAdmissionPolicy.__init__(self, slottable)
예제 #2
0
 def __init__(self, slottable):
     """Constructor
     
     Argument
     slottable -- A fully constructed SlotTable
     """  
     LeaseAdmissionPolicy.__init__(self, slottable)
예제 #3
0
파일: admission.py 프로젝트: queba/haizea
 def __init__(self, slottable):
     LeaseAdmissionPolicy.__init__(self, slottable)