gak / pycallgraph

pycallgraph is a Python module that creates call graphs for Python programs.
GNU General Public License v2.0
1.82k stars 336 forks source link

Remove _main_ from Call Graph #153

Open harrismirza opened 8 years ago

harrismirza commented 8 years ago

Hi, I am trying to generate a call graph but would like to remove the main method from the graph, what filtering options would I use to do this.