SciPy

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

numpy.vectorize.__call__

method

vectorize.__call__(self, *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