Ejemplo n.º 1
0
 def Swap(self, other):
     return _vector.Vector_Swap(self, other)
Ejemplo n.º 2
0
 def Swap(self, other):
     r"""Swap(Vector self, Vector other)"""
     return _vector.Vector_Swap(self, other)