예제 #1
0
파일: tool.py 프로젝트: zielmicha/pypy
 def unicode_to_ll(self, s):
     from rpython.rtyper.module.support import LLSupport
     return LLSupport.to_runicode(s)
예제 #2
0
파일: tool.py 프로젝트: yuyichao/pypy
 def unicode_to_ll(self, s):
     from rpython.rtyper.module.support import LLSupport
     return LLSupport.to_runicode(s)
예제 #3
0
파일: tool.py 프로젝트: zielmicha/pypy
 def string_to_ll(self, s):
     from rpython.rtyper.module.support import LLSupport
     return LLSupport.to_rstr(s)
예제 #4
0
파일: tool.py 프로젝트: yuyichao/pypy
 def string_to_ll(self, s):
     from rpython.rtyper.module.support import LLSupport
     return LLSupport.to_rstr(s)