سؤال

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.

هل كانت مفيدة؟

المحلول

Use code analysis tools like pylint.

pylint is the most popular, but there are others:

Hope that helps.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top