예제 #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
 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)