def Push(self, a, b): return _table.DSTable_Push(self, a, b)
def Push(self, a, b): r"""Push(DSTable self, int a, int b) -> int""" return _table.DSTable_Push(self, a, b)