blob: 262852633f848fad73da58810d6c0495280c13ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
.. module:: numpy.testing.overrides
Support for testing overrides (:mod:`numpy.testing.overrides`)
==============================================================
.. currentmodule:: numpy.testing.overrides
Support for testing custom array container implementations.
Utility Functions
-----------------
.. autosummary::
:toctree: generated/
allows_array_function_override
allows_array_ufunc_override
get_overridable_numpy_ufuncs
get_overridable_numpy_array_functions
|