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