API Reference for Enthought Tool Suite 3.0.1
Inject some tracing builtins debugging purposes. This module automatically injects a few (but few) useful tracing and debugging functions that you typically want to quickly add without having to insert an import.
Return the frame object for the caller's stack frame.
Find the stack frame of the caller so that we can note the source file name, line number and function name.
Log the object to the 'outfile' file (keyword argument). We also insert the file and line where this tracing statement was inserted.
Log the object to the 'outfile' file (keyword argument). We also insert the file and line where this tracing statement was inserted.
Same as trace(), but output a new line after the trace location.
Log the object to the 'outfile' file (keyword argument). We also insert the file and line where this tracing statement was inserted.
| Local name | Refers to |
|---|---|
| __builtin__ | __builtin__ |
| basename | os.path.basename |
| inspect | inspect |
| logging | logging |
| os | os |
| pprint | pprint |
| sys | sys |
© Copyright 2002-2008 Enthought, Inc.