Beispiel #1
0
 def __init__(self, space, default):
     self.default = rffi.cast(self.c_type, capi.c_strtoll(space, default))
Beispiel #2
0
 def __init__(self, space, default):
     self.default = rffi.cast(self.c_type,
                              capi.c_strtoll(space, default))
Beispiel #3
0
 def __init__(self, space, default):
     self.default = rffi.cast(rffi.SHORT, capi.c_strtoll(default))