예제 #1
0
파일: rstr.py 프로젝트: sota/pypy
 def make_string(self, value):
     return ootype.make_unicode(value)
예제 #2
0
 def make_string(self, value):
     return ootype.make_unicode(value)
예제 #3
0
파일: rstr.py 프로젝트: sota/pypy
 def ll_constant_unicode(s):
     return ootype.make_unicode(s)
예제 #4
0
 def ll_constant_unicode(s):
     return ootype.make_unicode(s)