numpy.testing.overrides.get_overridable_numpy_array_functions — NumPy v2.5.dev0 Manual (original) (raw)
- NumPy reference
- NumPy’s module structure
- Test support
- numpy.testing.overrides.get_overridable_numpy_array_functions
testing.overrides.get_overridable_numpy_array_functions()[source]#
List all numpy functions overridable via __array_function__
Parameters:
None
Returns:
set
A set containing all functions in the public numpy API that are overridable via __array_function__.