Sections
Timeline
View Tickets
New Ticket
Sub-Sections
Download
Unified Diff
Zip Archive
Metanav
Preferences
About Trac
Links
Slowchop Studios
Gerald Kaszuba
Advertisement
Show
Ignore:
Timestamp:
24/06/07 04:31:46 (19 months ago)
Author:
gak
Message:

oops, was passing filter instead of filter_func

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/filter.py

    r32 r39  
    2626    filter_func = pycallgraph.GlobbingFilter(include=['*.secret_function', \ 
    2727        'Banana.__init__']) 
    28     pycallgraph.start_trace(filter_func=filter) 
     28    pycallgraph.start_trace(filter_func=filter_func) 
    2929    banana = Banana() 
    3030    banana.eat()