Пример #1
0
 def bh_newunicode(self, length):
     return llimpl.do_newunicode(length)
Пример #2
0
 def bh_newunicode(self, length):
     return llimpl.do_newunicode(length)
Пример #3
0
 def do_newunicode(self, lengthbox):
     length = lengthbox.getint()
     return history.BoxPtr(llimpl.do_newunicode(0, length))
Пример #4
0
 def do_newunicode(self, lengthbox):
     length = lengthbox.getint()
     return history.BoxPtr(llimpl.do_newunicode(0, length))