You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Mis spelling corrections
This commit is contained in:
@@ -54,8 +54,13 @@ class Scanner37Base(Scanner):
|
||||
super(Scanner37Base, self).__init__(version, show_asm, is_pypy)
|
||||
self.offset2tok_index = None
|
||||
self.debug = debug
|
||||
|
||||
# True is code is from PyPy
|
||||
self.is_pypy = is_pypy
|
||||
|
||||
# Bytecode converted into instruction
|
||||
self.insts = []
|
||||
|
||||
# Create opcode classification sets
|
||||
# Note: super initialization above initializes self.opc
|
||||
|
||||
|
Reference in New Issue
Block a user