コード例 #1
0
 def __init__(self, db):
     BaseConstantGenerator.__init__(self, db)
     self.num_constants = 0
     self.ccs = []
コード例 #2
0
 def __init__(self, db):
     BaseConstantGenerator.__init__(self, db)
     self.cts = db.genoo.TypeSystem(db)
コード例 #3
0
ファイル: constant.py プロジェクト: chyyuu/pygirl
 def __init__(self, db):
     BaseConstantGenerator.__init__(self, db)
     self.cts = db.genoo.TypeSystem(db)
コード例 #4
0
ファイル: constant.py プロジェクト: chyyuu/pygirl
 def __init__(self, db):
     BaseConstantGenerator.__init__(self, db)
     self.num_constants = 0
     self.ccs = []