python下 help()使用方法
生活随笔
收集整理的這篇文章主要介紹了
python下 help()使用方法
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
python下 help()使用方法
查看python所有的modules:help("modules")
單看python所有的modules中包含指定字符串的modules: help("modules yourstr")
查看python中常見的topics: help("topics")
查看python標準庫中的module:import os.path + help("os.path")
查看python內置的類型:help("list")
查看python類型的成員方法:help("str.find")?
查看python內置函數:help("open")
轉載于:https://www.cnblogs.com/snowbook/p/5614260.html
總結
以上是生活随笔為你收集整理的python下 help()使用方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Spring 报错
- 下一篇: 《入门经典》——6.24