numpy.testing.overrides.get_overridable_numpy_array_functions#

testing.overrides.get_overridable_numpy_array_functions()[原始碼]#

List all numpy functions overridable via __array_function__

參數:
None
回傳值:
set

A set containing all functions in the public numpy API that are overridable via __array_function__.