It would be great if this tool could be used to find circular dependencies in cython projects also.
Cython syntax is a lot more involved in general, but the import statements aren't much different (you can cimport as well as import things), so maybe this isn't as hard as it sounds.
It would be great if this tool could be used to find circular dependencies in cython projects also.
Cython syntax is a lot more involved in general, but the import statements aren't much different (you can
cimportas well asimportthings), so maybe this isn't as hard as it sounds.