PEP E225 with a nod to Deepcommit

This commit is contained in:
rocky
2019-04-14 06:11:16 -04:00
parent 400943bb6a
commit 9b550b9dda
21 changed files with 36 additions and 36 deletions

View File

@@ -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,