📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 03:33:46
📂
/
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
typing
/
tests
/
data
/
reveal
✏️
Editing: false_positives.pyi
from typing import Any import numpy.typing as npt AR_Any: npt.NDArray[Any] # Mypy bug where overload ambiguity is ignored for `Any`-parametrized types; # xref numpy/numpy#20099 and python/mypy#11347 # # The expected output would be something akin to `ndarray[Any, dtype[Any]]` reveal_type(AR_Any + 2) # E: ndarray[Any, dtype[signedinteger[Any]]]
💾 Save Changes
❌ Cancel