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
I really loved this library and have recently integrated it into our app. But I wondered if there's a way to generate a similar dependency graph for a particular method or class in a given file or repo.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi @noobyogi0010 and thank you for your interest in pydeps!
pydeps simply looks at the import-pyc codes to find the next file to process, and depending on what you're asking you need dataflow and/or deeper semantic analysis. I'm confident that byte-code parsing is not the way to go for such a problem (it's very fast, but horribly complex). I agree that it would be a very useful tool to have though ;-)
Hello,
I really loved this library and have recently integrated it into our app. But I wondered if there's a way to generate a similar dependency graph for a particular method or class in a given file or repo.
Thanks.
The text was updated successfully, but these errors were encountered: