예제 #1
0
파일: runner.py 프로젝트: ieure/pypy
 def bh_unicodelen(self, string):
     return llimpl.do_unicodelen(string)
예제 #2
0
파일: runner.py 프로젝트: purepython/pypy
 def bh_unicodelen(self, string):
     return llimpl.do_unicodelen(string)
예제 #3
0
파일: runner.py 프로젝트: enyst/plexnet
 def do_unicodelen(self, stringbox):
     string = stringbox.getref_base()
     return history.BoxInt(llimpl.do_unicodelen(0, string))
예제 #4
0
 def do_unicodelen(self, stringbox):
     string = stringbox.getref_base()
     return history.BoxInt(llimpl.do_unicodelen(0, string))