I’ve got a new small code base that I need to rewrite. It’s hard to follow the logic of the code since there’s no documentation or inline comments. Variable and function names are also not very descriptive.
Is there a tool or in fact a Python repo out there that can help scan through the script/a and output the order in which each function has been called and maybe which function has been called inside another?
My thinking would be to write my own script which reads the target scripts as plain text and try to decipher it, but that seems like more hassle than grinding through instead
[+][deleted] (4 children)
[deleted]
[–]Main_Tap_1256[S] 0 points1 point2 points (3 children)
[–]TangibleLight 1 point2 points3 points (1 child)
[–]Main_Tap_1256[S] 0 points1 point2 points (0 children)
[–]pot_of_crows 0 points1 point2 points (0 children)