Monthly Archives: September 2011

What errors does my Python module define and raise?

On StackOverflow someone asked a while ago whether you can find out what errors a module defines and throws. In Python, a function does not declare that it throws a particular error object, so you need to look inside the module to see what excepti… Continue reading

Posted in Uncategorized | Tagged , , | 2 Comments