🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-17 08:55:12 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
typing
/
tests
/
data
/
fail
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/typing/tests/data/fail
🔄 Refresh
✏️
Editing: numerictypes.pyi
Read Only
import numpy as np # Technically this works, but probably shouldn't. See # # https://github.com/numpy/numpy/issues/16366 # np.maximum_sctype(1) # E: No overload variant np.issubsctype(1, np.int64) # E: incompatible type np.issubdtype(1, np.int64) # E: incompatible type
💾 Save Changes
❌ Cancel