2018-09-26Argparse中action的可选参数st
作者:
HellyCla | 来源:发表于
2018-09-26 15:49 被阅读102次
parser.add_argument('-c', action='store_true', default=false)
python test.py -c => c是true(因为action)
python test.py => c是false(default)
本文标题:2018-09-26Argparse中action的可选参数st
本文链接:https://www.haomeiwen.com/subject/qdxjoftx.html
网友评论