I installed pychecker and noticed the batch file I should use to run pychecker has these entries:
C:\Python26\python.exe
C:\Python26\Lib\site-packages\pychecker\checker.py %*
What does the second line mean?
What you are seeing isn't Python code. It is a Windows command script.
%* means pass all the arguments that you passed to the batch file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With