예제 #1
0
 def __init__(self, db: "constellation_db", img: "constellation_db"):
     _beast.db_match_swiginit(self, _beast.new_db_match(db, img))
예제 #2
0
 def __init__(self, db, img):
     this = _beast.new_db_match(db, img)
     try:
         self.this.append(this)
     except Exception:
         self.this = this