示例#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)