python常见的API(预先定义的函数)查询方式

第一种,在ide中找到目标函数,然后鼠标右击,选择GO- To下的Declaration(公告生声明的意思),python常见的API(预先定义的函数)查询方式

2在ipython 中,函数后面加问号,或两个问号
例子
import collection
collection.defaultdict?
collection.defaultdict??

3搜索引擎。。。
搜索python3 函数名,进入官方文档

4Mac的dash软件
python: 函数名
全平台:zeal
在线版:devdocs