0

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?

3
  • Try searching for python dependency tree for script. You'll get some results about mapping pip dependencies, but there are some relevant results there. Commented Mar 5, 2023 at 16:28
  • I'm pretty sure there is a Code Analysis feature in Spyder. Commented Mar 5, 2023 at 16:29
  • @RifloSnake yes I saw it. But how to use it to see which modules are imported from which script? Commented Mar 6, 2023 at 11:05

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.