🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 23:53:04 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
tests
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/tests
🔄 Refresh
✏️
Editing: test__all__.py
Read Only
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
💾 Save Changes
❌ Cancel