Esempio n. 1
0
 def __init__(self, show_asm=None, is_pypy=False):
     Scanner3.__init__(self, 3.1, show_asm, is_pypy)
     return
Esempio n. 2
0
 def __init__(self, show_asm=False):
     Scanner3.__init__(self, 3.3, show_asm)
     return
Esempio n. 3
0
 def __init__(self, show_asm=None, is_pypy=False):
     Scanner3.__init__(self, 3.2, show_asm, is_pypy)
     return
Esempio n. 4
0
 def __init__(self, show_asm=None):
     Scanner3.__init__(self, 3.5, show_asm)
     return
Esempio n. 5
0
 def __init__(self, show_asm=None):
     Scanner3.__init__(self, 3.6, show_asm)
     return
Esempio n. 6
0
 def __init__(self, show_asm=False, is_pypy=False):
     Scanner3.__init__(self, (3, 3), show_asm)
     return
Esempio n. 7
0
 def __init__(self, show_asm=False):
     Scanner3.__init__(self, 3.3, show_asm)
     return