[EMAIL PROTECTED] wrote: > I'm trying run a homegrown profiler on some Python code. > > Rather than apply profiler wrapper to ALL functions by hand.... > > Is there a low level Python function I can override to modify > > how ALL functions are called?
Yes, please take a look at sys.setprofile(). Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list