예제 #1
0
파일: primitive.py 프로젝트: sczfaker/pypy
 def _as_ffi_pointer_(self, ffitype):
     return as_ffi_pointer(self, ffitype)
예제 #2
0
파일: primitive.py 프로젝트: ArneBab/pypyjs
 def _as_ffi_pointer_(self, ffitype):
     return as_ffi_pointer(self, ffitype)