I hereby claim:
- I am bsandrow on github.
- I am bsandrow (https://keybase.io/bsandrow) on keybase.
- I have a public key ASDB9KYkt8Ihyo9fcJ8VAmLRV_2GLYslF9wZoSWKsLuUxwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import library | |
def new_function(*args, **kwargs): | |
do_something() | |
old_function(*args, **kwargs) | |
old_function = library.function | |
library.function = new_function | |