コード例 #1
0
ファイル: pricing.py プロジェクト: queba/haizea
 def __init__(self, slottable):
     """Constructor
     
     Argument
     slottable -- A fully constructed SlotTable
     """        
     PricingPolicy.__init__(self, slottable)
コード例 #2
0
ファイル: pricing.py プロジェクト: queba/haizea
 def __init__(self, slottable):
     """Constructor
     
     Argument
     slottable -- A fully constructed SlotTable
     """        
     PricingPolicy.__init__(self, slottable)
     self.rate = get_config().config.getfloat("pricing", "rate")