`
54yuri
  • 浏览: 27401 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

python把帮助导出到文件当中

阅读更多
有时候在python 当中使用

import xxx

help(xxx)


太麻烦,



python -c "import xxx;help(xxx);" > /tmp/1.txt


or

python -c "import xxx;help(xxx.yyy)" > /tmp/2.txt



导出成文本之后,可以比较方便的搜索以及复制粘贴出来

爽吧?
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics