/usr/share/cagefs-skeleton/opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/_typing
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]]
.
Edit
..
Edit
__init__.py
Edit
__pycache__
Edit
_add_docstring.py
Edit
_array_like.py
Edit
_callable.pyi
Edit
_char_codes.py
Edit
_dtype_like.py
Edit
_extended_precision.py
Edit
_nbit.py
Edit
_nested_sequence.py
Edit
_scalars.py
Edit
_shape.py
Edit
_ufunc.pyi
Edit
setup.py
Edit