示例#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 = []