numpy.testing.overrides.get_overridable_numpy_array_functions#

testing.overrides.get_overridable_numpy_array_functions()[源码]#

列出所有可通过 __array_function__ 重写的 numpy 函数

参数:
None
返回:
set

一个包含公共 numpy API 中所有可通过 __array_function__ 重写的函数的集合。