예제 #1
0
 def __init__(self, s: "star_db"):
     _beast.star_query_swiginit(self, _beast.new_star_query(s))
예제 #2
0
 def __init__(self, s):
     this = _beast.new_star_query(s)
     try:
         self.this.append(this)
     except Exception:
         self.this = this