home


Traceback Module
index

traceback - Print or retrieve a stack traceback. The module uses traceback objects -- this is the object type that is stored in the variables sys.exc_traceback (deprecated) and sys.last_traceback and returned as the third item from sys.exc_info().

index