🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 03:36:26 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
_typing
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/_typing
🔄 Refresh
✏️
Editing: _shape.py
Read Only
from collections.abc import Sequence from typing import Union, SupportsIndex _Shape = tuple[int, ...] # Anything that can be coerced to a shape tuple _ShapeLike = Union[SupportsIndex, Sequence[SupportsIndex]]
💾 Save Changes
❌ Cancel