Skip to content

Instantly share code, notes, and snippets.

@sl4v
Created May 19, 2018 15:08
Show Gist options
  • Save sl4v/d6084264b2dc6f0fca1ce8c81cec2339 to your computer and use it in GitHub Desktop.
Save sl4v/d6084264b2dc6f0fca1ce8c81cec2339 to your computer and use it in GitHub Desktop.
class Slicer():
def __init__(self, instruction):
self.visited = set()
self.instruction = instruction
self.function = instruction.function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment