Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

feature request: also track indirect calls #175

Open
dz0 opened this issue Sep 1, 2017 · 0 comments
Open

feature request: also track indirect calls #175

dz0 opened this issue Sep 1, 2017 · 0 comments

Comments

@dz0
Copy link

dz0 commented Sep 1, 2017

Hi,

is it possible, to show calls, which hide some intermediate functions?

Example:

def A(): B()
def B(): C()
def C(): print("hi")

A()

I'd like to hide B, but still show connection from A to C...

pycallgraph  -e "B" graphviz  -- test_pcg.py

but this shows A and C separately...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant