Exemple #1
0
 def unicode_to_ll(self, s):
     from rpython.rtyper.module.support import LLSupport
     return LLSupport.to_runicode(s)
Exemple #2
0
 def unicode_to_ll(self, s):
     from rpython.rtyper.module.support import LLSupport
     return LLSupport.to_runicode(s)
Exemple #3
0
 def string_to_ll(self, s):
     from rpython.rtyper.module.support import LLSupport
     return LLSupport.to_rstr(s)
Exemple #4
0
 def string_to_ll(self, s):
     from rpython.rtyper.module.support import LLSupport
     return LLSupport.to_rstr(s)