PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
tests
import collections import numpy as np def test_no_duplicates_in_np__all__(): # Regression test for gh-10198. dups = {k: v for k, v in collections.Counter(np.__all__).items() if v > 1} assert len(dups) == 0
[+]
..
[-] test_reloading.py
[open]
[+]
__pycache__
[-] test_scripts.py
[open]
[-] test_public_api.py
[open]
[-] test_lazyloading.py
[open]
[-] test_matlib.py
[open]
[-] test_ctypeslib.py
[open]
[-] test_numpy_config.py
[open]
[-] test__all__.py
[open]
[-] __init__.py
[open]
[-] test_warnings.py
[open]
[-] test_numpy_version.py
[open]