You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
Importing anything that hasn't been imported before (ie: not in
sys.modules
, eg: thehtml
module*) seem to add a whole lot of nodes.I had to manually whitelist names for it to produce what I expected.
Manually whitelisting is troublesome to say the least.
* on my system, it wasn't imported when I start a python shell
empty1.py
empty2.py
pycallgraph graphviz -- /tmp/junk/empty1.py
:pycallgraph -i '__main__' -i 'hello' -i '<module>' -i 'empty2*' graphviz -- /tmp/junk/empty1.py
The text was updated successfully, but these errors were encountered: