Domanda

How can I check a python program for errors without running it? I want to get the error messages that say what line my error is on, but I do not want to execute the program.

È stato utile?

Soluzione

Use code analysis tools like pylint.

pylint is the most popular, but there are others:

Hope that helps.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top