Sunday, October 12, 2008 PyMOTW: trace trace – Follow Python statements as they are executed Purpose:Monitor which statements and functions are executed as a program runs to produce coverage and call-graph information. Python Version:2.3 and later The trace module helps you understand the way your program runs. You can trace the statements executed, produce coverage reports, and investigate the re