summaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/numpy/typing/tests/data/fail/shape.pyi
blob: fea055583073d7e4be3972eb48951e255ceb4484 (plain)
1
2
3
4
5
6
from typing import Any
import numpy as np

# test bounds of _ShapeT_co

np.ndarray[tuple[str, str], Any]  # type: ignore[type-var]