whoami7 - Manager
:
/
opt
/
cloudlinux
/
venv
/
lib64
/
python3.11
/
site-packages
/
numpy
/
_typing
/
Upload File:
files >> //opt/cloudlinux/venv/lib64/python3.11/site-packages/numpy/_typing/_shape.py
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]]
Copyright ©2021 || Defacer Indonesia