Pregunta

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.

¿Fue útil?

Solución

Use code analysis tools like pylint.

pylint is the most popular, but there are others:

Hope that helps.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top