Skip to content

Instantly share code, notes, and snippets.

@bsandrow
Created August 26, 2013 05:23
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 bsandrow/6338313 to your computer and use it in GitHub Desktop.
Save bsandrow/6338313 to your computer and use it in GitHub Desktop.
import library
def new_function(*args, **kwargs):
do_something()
old_function(*args, **kwargs)
old_function = library.function
library.function = new_function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment