SciPy

NumPy-specific help functionsΒΆ

Finding helpΒΆ

lookfor(what[, module, import_modules, β€¦]) Do a keyword search on docstrings.

Reading helpΒΆ

info([object, maxwidth, output, toplevel]) Get help information for a function, class, or module.
source(object[, output]) Print or write to a file the source code for a NumPy object.

Table Of Contents

Previous topic

numpy.piecewise

Next topic

numpy.lookfor