예제 #1
0
파일: mmapi.py 프로젝트: applekey/wizard
 def swap(self, *args): return _mmapi.vectorub_swap(self, *args)
 def get_allocator(self): return _mmapi.vectorub_get_allocator(self)
예제 #2
0
 def swap(self, *args):
     return _mmapi.vectorub_swap(self, *args)
예제 #3
0
파일: mmapi.py 프로젝트: 3DLIRIOUS/mm-api
 def swap(self, v):
     return _mmapi.vectorub_swap(self, v)