pyfactor icon indicating copy to clipboard operation
pyfactor copied to clipboard

Source dependency visualisation for Python

Results 4 pyfactor issues
Sort by recently updated
recently updated
newest added

Imports inside functions (and presumably classes) are not registered as dependencies. This is because they technically do not create variables in the outer scope, nor depend on them. But with...

bug

We have to address constructs added in the newest versions of Python. I can't remember the full list, but we should create that full list here at some point and...

enhancement

I found this worked nicely when the target file was a collection of functions. When running pyfactor on a file which contains a class object I was hoping to see...

enhancement

From #3: we should improve the dependency handling on control flow statements like `for` or `try` whose sections depend on what happens in other sections, i.e. raising or breaking. I...

enhancement