Beispiel #1
0
Datei: rstr.py Projekt: sota/pypy
 def make_string(self, value):
     return ootype.make_unicode(value)
Beispiel #2
0
 def make_string(self, value):
     return ootype.make_unicode(value)
Beispiel #3
0
Datei: rstr.py Projekt: sota/pypy
 def ll_constant_unicode(s):
     return ootype.make_unicode(s)
Beispiel #4
0
 def ll_constant_unicode(s):
     return ootype.make_unicode(s)