コード例 #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)