bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / testing / overrides / allows_array_function_override
function
numpy.testing.overrides:allows_array_function_override
source: build-install/usr/lib/python3.14/site-packages/numpy/testing/overrides.py :70
Signature
def allows_array_function_override ( func ) Summary
Determine if a Numpy function can be overridden via __array_function__
Parameters
func: callableFunction that may be overridable via
__array_function__
Returns
: boolTrueiffuncis a function in the Numpy API that is overridable via__array_function__andFalseotherwise.
Aliases
-
numpy.testing.overrides.allows_array_function_override