show/hide this revision's text 2 added link

The traceback module has some nice functions, among them: print_stack:

import traceback

traceback.print_stack()
show/hide this revision's text 1

The traceback module has some nice functions, among them: print_stack:

import traceback

traceback.print_stack()