示例#1
0
 def __init__(self, dim, connections_per_row=3):
     this = _table.new_STable(dim, connections_per_row)
     try:
         self.this.append(this)
     except Exception:
         self.this = this
示例#2
0
 def __init__(self, dim, connections_per_row=3):
     r"""__init__(STable self, int dim, int connections_per_row=3) -> STable"""
     _table.STable_swiginit(self, _table.new_STable(dim, connections_per_row))