Python – Use of -q Flag in Python

compiler-flagscygwinpythonpython-3.x

What does the -q flag in Python mean/do ? Also how do I access a list of the flags through the terminal (Cygwin) ? I tried help() and then -q but that said that -q could not be found.

Best Answer

Here is the documentation for the current Python version's command line options. To be specific this is for -q.