NumPy-specific help functions

原文:https://docs.scipy.org/doc/numpy/reference/routines.help.html

译者:飞龙 UsyiyiCN

校对:(虚位以待)

Finding help

lookfor(what [,module,import_modules,...]) 在docstrings上执行关键字搜索。

Reading help

info([object,maxwidth,output,toplevel]) 获取函数,类或模块的帮助信息。
source(object [,output]) 打印或写入文件Numpy对象的源代码。