Python tips & tricks
def foo(self): # ... instance.foo = types.MethodType(foo, instance, instance.__class__)