コード例 #1
0
ファイル: converter.py プロジェクト: Darriall/pypy
 def __init__(self, space, default):
     self.default = rffi.cast(self.c_type, capi.c_strtoll(space, default))
コード例 #2
0
 def __init__(self, space, default):
     self.default = rffi.cast(self.c_type,
                              capi.c_strtoll(space, default))
コード例 #3
0
ファイル: converter.py プロジェクト: MichaelBlume/pypy
 def __init__(self, space, default):
     self.default = rffi.cast(rffi.SHORT, capi.c_strtoll(default))