Daily Archives: June 22, 2008

Python Debugging with Decorators

I’ve written a little python function which I have found to be very helpful for debugging. It takes a function, and returns a function which is identical to the original except that it prints a message to the console with … Continue reading

Posted in Python | Leave a comment