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:
@@ -1069,7 +1069,7 @@ class Scanner3(Scanner):
|
||||
optionally <target>ing specified offset, and return list found
|
||||
<instr> offsets which are not within any POP_JUMP_IF_TRUE jumps.
|
||||
"""
|
||||
assert(start>=0 and end<=len(self.code) and start <= end)
|
||||
assert(start >= 0 and end <= len(self.code) and start <= end)
|
||||
|
||||
# Find all offsets of requested instructions
|
||||
instr_offsets = self.inst_matches(start, end, instr, target,
|
||||
|
Reference in New Issue
Block a user