Exemplo n.º 1
0
Arquivo: runner.py Projeto: ieure/pypy
 def bh_strlen(self, string):
     return llimpl.do_strlen(string)
Exemplo n.º 2
0
 def bh_strlen(self, string):
     return llimpl.do_strlen(string)
Exemplo n.º 3
0
 def do_strlen(self, stringbox):
     string = stringbox.getref_base()
     return history.BoxInt(llimpl.do_strlen(0, string))
Exemplo n.º 4
0
 def do_strlen(self, stringbox):
     string = stringbox.getref_base()
     return history.BoxInt(llimpl.do_strlen(0, string))