Print current call stack from a method in code
15:53 20 Jul 2009

In Python, how can I print the current call stack from within a method (for debugging purposes).

python debugging stack-trace