【发布时间】:2013-09-13 22:55:52
【问题描述】:
Python 中的 -q 标志是什么意思/做什么?另外,如何通过终端(Cygwin)访问标志列表?我尝试了 help() 然后 -q 但说找不到 -q。
【问题讨论】:
标签: python python-3.x cygwin compiler-flags
Python 中的 -q 标志是什么意思/做什么?另外,如何通过终端(Cygwin)访问标志列表?我尝试了 help() 然后 -q 但说找不到 -q。
【问题讨论】:
标签: python python-3.x cygwin compiler-flags
Here is the documentation 用于当前 Python 版本的命令行选项。具体this is for -q.
【讨论】:
python --help 用于获取终端中的选项信息。