[code.view]

[top] / python / PyMOTW / trace / trace_runfunc.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2008 Doug Hellmann All rights reserved.
     #
     """
     """
     
     __version__ = "$Id$"
     #end_pymotw_header
     
     import trace
     from trace_example.recurse import recurse
     
     tracer = trace.Trace(count=False, trace=True)
     tracer.runfunc(recurse, 2)
     

[top] / python / PyMOTW / trace / trace_runfunc.py

contact | logmethods.com