Created
March 25, 2019 18:48
-
-
Save csarcom/16d1f9093da7cce10aaa3fc6fae8b03a to your computer and use it in GitHub Desktop.
pygraph
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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