Package conary :: Package lib :: Module stackutil
[hide private]
[frames] | no frames]

Module stackutil

source code

Tools for printing out extended information about frame variables

Functions [hide private]
 
printTraceBack(tb=None, output=sys.stdout, exc_type=None, exc_msg=None) source code
 
printFrame(frame=0, output=sys.stdout) source code
 
printStack(frame=0, output=sys.stdout) source code
 
mailStack(frame, recips, sender, subject, extracontent=None) source code
 
_printFrame(f, output=sys.stdout) source code
 
_getStringValue(val) source code
Variables [hide private]
  _repr = Repr()