Closed noobyogi0010 closed 1 year ago
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.