def Copy(self, copy): r"""Copy(intArray self, intArray copy)""" return _array.intArray_Copy(self, copy)
def Copy(self, copy): return _array.intArray_Copy(self, copy)