def __init__(self, db): BaseConstantGenerator.__init__(self, db) self.num_constants = 0 self.ccs = []
def __init__(self, db): BaseConstantGenerator.__init__(self, db) self.cts = db.genoo.TypeSystem(db)