コード例 #1
0
 def convert_const(self, value):
     if hasattr(value, '_convert_const_ptr'):
         assert hasattr(self, 'rtyper')
         return value._convert_const_ptr(self)
     return Repr.convert_const(self, value)
コード例 #2
0
ファイル: rstr.py プロジェクト: charred/pypy
 def __init__(self, *args):
     Repr.__init__(self, *args)
     self.rstr_decode_utf_8 = None
コード例 #3
0
ファイル: rstr.py プロジェクト: sota/pypy-old
 def __init__(self, *args):
     Repr.__init__(self, *args)
     self.rstr_decode_utf_8 = None