You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
PEP E225 with a nod to Deepcommit
This commit is contained in:
@@ -1179,7 +1179,7 @@ class Scanner2(Scanner):
|
||||
Return a list with indexes to them or [] if none found.
|
||||
"""
|
||||
|
||||
assert(start>=0 and end<=len(self.code) and start <= end)
|
||||
assert(start >= 0 and end <= len(self.code) and start <= end)
|
||||
|
||||
try: None in instr
|
||||
except: instr = [instr]
|
||||
|
Reference in New Issue
Block a user