Exemplo n.º 1
0
 def make_string(self, value):
     return ootype.make_unicode(value)
Exemplo n.º 2
0
 def make_string(self, value):
     return ootype.make_unicode(value)
Exemplo n.º 3
0
 def oostr(s):
     if strtype is str:
         return ootype.make_string(s)
     else:
         return ootype.make_unicode(s)
Exemplo n.º 4
0
 def oostr(s):
     if strtype is str:
         return ootype.make_string(s)
     else:
         return ootype.make_unicode(s)