def bh_unicodegetitem(self, string, index): return llimpl.do_unicodegetitem(string, index)
def do_unicodegetitem(self, stringbox, indexbox): string = stringbox.getref_base() index = indexbox.getint() return history.BoxInt(llimpl.do_unicodegetitem(0, string, index))