Skip to content

Instantly share code, notes, and snippets.

@ericdill
Created April 21, 2015 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericdill/bef6d63a757907f3ec67 to your computer and use it in GitHub Desktop.
Save ericdill/bef6d63a757907f3ec67 to your computer and use it in GitHub Desktop.
class Bar(object):
def foo(self):
# do something
print("Hey, this is the foo method")
self.foo = False # then do something really dumb like overwrite it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment