Technologicat / pyan

Static call graph generator. The official Python 3 version. Development repo.
GNU General Public License v2.0
323 stars 56 forks source link

Depth parameter to create_callgraph #60

Open vmdhhh opened 3 years ago

vmdhhh commented 3 years ago

It would be a nice feature to have if a user can specify depth create_callgraph should go for searching python files in a directory if a user has a nested subdirectory structure. Does anyone feel the same?