Skip to content

Instantly share code, notes, and snippets.

@csarcom
Created March 25, 2019 18:48
Show Gist options
  • Save csarcom/16d1f9093da7cce10aaa3fc6fae8b03a to your computer and use it in GitHub Desktop.
Save csarcom/16d1f9093da7cce10aaa3fc6fae8b03a to your computer and use it in GitHub Desktop.
pygraph
from pycallgraph import PyCallGraph
from pycallgraph.output import GraphvizOutput
from pycallgraph import Config
with PyCallGraph(output=GraphvizOutput(), config=Config(max_depth=5)):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment