示例#1
0
 def get_errno(self, space):
     return cerrno.get_errno(space)
示例#2
0
文件: ffi_obj.py 项目: pypyjs/pypy
 def get_errno(self, space):
     return cerrno.get_errno(space)