NumPy-specific help functions

Finding help

methoddescription
lookforopen in new window(what[, module, import_modules, …])Do a keyword search on docstrings.

Reading help

methoddescription
infoopen in new window([object, maxwidth, output, toplevel])Get help information for a function, class, or module.
sourceopen in new window(object[, output])Print or write to a file the source code for a NumPy object.