jl1011
Results
1
comments of
jl1011
I had to do a tiny bit of editing cause I didn't understand what z0gSh1u meant, but basically: ``` import pyan callgraph = pyan.create_callgraph('C:\\PATH\\TO\\YOUR\\FILE\\MAINFOLDER\\*.py', format='html') with open('WHAT_YOU_WANT_THE_GRAPH_FILE_TO_BE_CALLED.html', 'w') as f:...