注册 登录
编程论坛 Python论坛

set_usage()

gkeagle 发布于 2010-05-15 10:51, 974 次点击
python内建函数OptionParser.set_usage(usage)是干什么用的
2 回复
#2
外部三电铃2010-05-17 14:38
使用help命令
#3
外部三电铃2010-05-17 14:41
>>> from OptionParser import set_usage
>>> help(set_usage)



另外,OptionParser.set_usage不是Python的内建函数
1