コード例 #1
0
 def make_string(self, value):
     return ootype.make_unicode(value)
コード例 #2
0
ファイル: rstr.py プロジェクト: xx312022850/pypy
 def make_string(self, value):
     return ootype.make_unicode(value)
コード例 #3
0
ファイル: annlowlevel.py プロジェクト: gorakhargosh/pypy
 def oostr(s):
     if strtype is str:
         return ootype.make_string(s)
     else:
         return ootype.make_unicode(s)
コード例 #4
0
 def oostr(s):
     if strtype is str:
         return ootype.make_string(s)
     else:
         return ootype.make_unicode(s)