예제 #1
0
파일: rstr.py 프로젝트: sota/pypy
 def __init__(self, *args):
     BaseOOStringRepr.__init__(self, *args)
     AbstractUnicodeRepr.__init__(self, *args)
예제 #2
0
파일: rstr.py 프로젝트: mozillazg/pypy
 def __init__(self, *args):
     AbstractUnicodeRepr.__init__(self, *args)
     self.ll = LLHelpers
     self.malloc = mallocunicode
예제 #3
0
 def __init__(self, *args):
     AbstractUnicodeRepr.__init__(self, *args)
     self.ll = LLHelpers
     self.malloc = mallocunicode
예제 #4
0
 def __init__(self, *args):
     BaseOOStringRepr.__init__(self, *args)
     AbstractUnicodeRepr.__init__(self, *args)