yt.funcs.print_tb

yt.funcs.print_tb(func)

This function is used as a decorate on a function to have the calling stack printed whenever that function is entered.

This can be used like so:

@print_tb
def some_deeply_nested_function(...):

Previous topic

yt.funcs.pdb_run

Next topic

yt.funcs.rootonly

This Page