numpy.lookfor()

numpy.lookfor

numpy.lookfor(what, module=None, import_modules=True, regenerate=False, output=None) [source]

Do a keyword search on docstrings.

A list of of objects that matched the search is displayed, sorted by relevance. All given keywords need to be found in the docstring for it to be returned as a result, but the order does not matter.

Parameters:

what : str

String containing words to look for.

module : str or list, optional