PATH:
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]]
[+]
..
[-] _shape.py
[open]
[+]
__pycache__
[-] _char_codes.py
[open]
[-] _nested_sequence.py
[open]
[-] _dtype_like.py
[open]
[-] _nbit.py
[open]
[-] _extended_precision.py
[open]
[-] _scalars.py
[open]
[-] _callable.pyi
[open]
[-] _add_docstring.py
[open]
[-] __init__.py
[open]
[-] setup.py
[open]
[-] _ufunc.pyi
[open]
[-] _array_like.py
[open]