This is documentation for an old release of NumPy (version 1.7.0). Read this page in the documentation of the latest stable release (version > 1.17).

numpy.vectorize.__call__

vectorize.__call__(*args, **kwargs)[source]

Return arrays with the results of pyfunc broadcast (vectorized) over args and kwargs not in excluded.

Previous topic

numpy.vectorize

Next topic

numpy.frompyfunc

This Page