Example #1
0
 def Push(self, a, b):
     return _table.DSTable_Push(self, a, b)
Example #2
0
 def Push(self, a, b):
     r"""Push(DSTable self, int a, int b) -> int"""
     return _table.DSTable_Push(self, a, b)