diff options
author | Sebastian Berg <sebastianb@nvidia.com> | 2023-03-07 18:01:40 +0100 |
---|---|---|
committer | Sebastian Berg <sebastianb@nvidia.com> | 2023-04-12 12:21:41 +0200 |
commit | 03e5cf0b5697957c3f8345ed09a3662494633e7e (patch) | |
tree | 2ba69ca46fa2010384cf01f0ab7e789c68096d3b /numpy/tests/test_public_api.py | |
parent | a026b7fcecef1c42d8349efe2fe4ce4abc988758 (diff) | |
download | numpy-03e5cf0b5697957c3f8345ed09a3662494633e7e.tar.gz |
API: Add `numpy.types` module and fill it with DType classes
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r-- | numpy/tests/test_public_api.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index e0681426e..add444558 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -160,6 +160,7 @@ PUBLIC_MODULES = ['numpy.' + s for s in [ "random", "testing", "testing.overrides", + "types", "typing", "typing.mypy_plugin", "version", |