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