I usually use Perl's -c switch to check the syntax of the program and then exit without executing it. Is there an equivalent way to do this for a python script?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
You can check the syntax by compiling it:
|
|||||||||||||||||
|
|
|
|||||||||
|
Save this as checker.py and run |
||||
|
|
