I want to tease out exactly which scripts were used when I run a certain script in a repository (through importing some modules from those script etc.). I think stepping through is too tedious as there any a few hundreds of lines of code in the script I run. I am using Spyder IDE 5. Is there any built-in feature allows me to do that?
python dependency tree for script. You'll get some results about mappingpipdependencies, but there are some relevant results there.