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

scipy.LowLevelCallable.index

LowLevelCallable.index(value, start=0, stop=sys.maxsize, /)

Return first index of value.

Raises ValueError if the value is not present.