コード例 #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)