コード例 #1
0
 def __init__(self, arg2, to):
     this = _table.new_Connection(arg2, to)
     try:
         self.this.append(this)
     except Exception:
         self.this = this
コード例 #2
0
 def __init__(self, *args):
     r"""
     __init__(Connection self) -> Connection
     __init__(Connection self, int _from, int to) -> Connection
     """
     _table.Connection_swiginit(self, _table.new_Connection(*args))