I used to use perl -c programfile to check the syntax of a Perl program and then exit without executing it. Is there an equivalent way to do this for a Python s
perl -c programfile
for some reason ( I am a py newbie ... ) the -m call did not work ...
so here is a bash wrapper func ...
# --------------------------------------------------------- # check the python synax for all the *.py files under the # <