您的位置:首页 > 财经 > 金融 > python查看执行参数信息

python查看执行参数信息

2024/11/16 14:44:00 来源:https://blog.csdn.net/m0_49448331/article/details/140674762  浏览:    关键词:python查看执行参数信息

当在命令行中运行一个脚本如果您有一个 Python 脚本(例如 script.py)并且该脚本使用了 argparse 来解析命令行参数,那么可以通过以下方式查看帮助信息(查看方式和普通的linux命令格式相同):

python script.py --help

显示

usage: script.py [-h] [--center_crop] optional arguments: -h, --help show this help message and exit 
--center_crop Whether to center crop the input images to the resolution. If not set, the images will be randomly cropped. The images will be resized to the resolution first before cropping.

通过搜索相应选项,查看相关信息

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com