예제 #1
0
 def __getslice__(self, *args): return _mmapi.vectorf___getslice__(self, *args)
 def __setslice__(self, *args): return _mmapi.vectorf___setslice__(self, *args)
예제 #2
0
 def __getslice__(self, *args):
     return _mmapi.vectorf___getslice__(self, *args)
예제 #3
0
파일: mmapi.py 프로젝트: 3DLIRIOUS/mm-api
 def __getslice__(self, i, j):
     return _mmapi.vectorf___getslice__(self, i, j)