numpy.testing.overrides.get_overridable_numpy_array_functions#

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

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

参数:
None
返回:
set

一个集合,包含公共 numpy API 中所有可以通过 `__ array_function__ ` 重写的函数.