📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 18:26:06
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
typing
/
tests
/
data
/
reveal
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/typing/tests/data/reveal
🔄 Refresh
✏️
Editing: warnings_and_errors.pyi
Read Only
import numpy as np reveal_type(np.ModuleDeprecationWarning()) # E: ModuleDeprecationWarning reveal_type(np.VisibleDeprecationWarning()) # E: VisibleDeprecationWarning reveal_type(np.ComplexWarning()) # E: ComplexWarning reveal_type(np.RankWarning()) # E: RankWarning reveal_type(np.TooHardError()) # E: TooHardError reveal_type(np.AxisError("test")) # E: AxisError reveal_type(np.AxisError(5, 1)) # E: AxisError
💾 Save Changes
❌ Cancel