Do a keyword search on docstrings.
A list of of objects that matched the search is displayed, sorted by relevance.
Parameters: | what : str
module : str, module
import_modules : bool
regenerate : bool
|
---|
Examples
>>> np.lookfor('binary representation')
Search results for 'binary representation'
------------------------------------------
numpy.binary_repr
Return the binary representation of the input number as a string.