SciPy

This is documentation for an old release of SciPy (version 1.3.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.LowLevelCallable.index

LowLevelCallable.index(value[, start[, stop]]) → integer -- return first index of value.

Raises ValueError if the value is not present.