예제 #1
0
파일: mmapi.py 프로젝트: applekey/wizard
 def reserve(self, *args): return _mmapi.vectorui_reserve(self, *args)
 def capacity(self): return _mmapi.vectorui_capacity(self)
예제 #2
0
 def reserve(self, *args):
     return _mmapi.vectorui_reserve(self, *args)
예제 #3
0
파일: mmapi.py 프로젝트: 3DLIRIOUS/mm-api
 def reserve(self, n):
     return _mmapi.vectorui_reserve(self, n)