PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
from typing import overload __all__: list[str] class ComplexWarning(RuntimeWarning): ... class ModuleDeprecationWarning(DeprecationWarning): ... class VisibleDeprecationWarning(UserWarning): ... class TooHardError(RuntimeError): ... class DTypePromotionError(TypeError): ... class AxisError(ValueError, IndexError): axis: None | int ndim: None | int @overload def __init__(self, axis: str, ndim: None = ..., msg_prefix: None = ...) -> None: ... @overload def __init__(self, axis: int, ndim: int, msg_prefix: None | str = ...) -> None: ... def __str__(self) -> str: ...
[+]
polynomial
[-] __init__.cython-30.pxd
[edit]
[+]
random
[+]
_utils
[-] dtypes.pyi
[edit]
[+]
compat
[-] LICENSE.txt
[edit]
[-] ctypeslib.py
[edit]
[+]
_pyinstaller
[-] dtypes.py
[edit]
[-] __init__.pyi
[edit]
[+]
__pycache__
[-] matlib.py
[edit]
[+]
distutils
[-] exceptions.pyi
[edit]
[+]
f2py
[-] version.py
[edit]
[-] _pytesttester.pyi
[edit]
[-] py.typed
[edit]
[+]
..
[+]
core
[-] _version.py
[edit]
[-] __init__.pxd
[edit]
[-] _globals.py
[edit]
[-] _pytesttester.py
[edit]
[+]
fft
[-] exceptions.py
[edit]
[-] ctypeslib.pyi
[edit]
[-] __config__.py
[edit]
[+]
array_api
[+]
doc
[-] setup.py
[edit]
[+]
ma
[+]
tests
[+]
matrixlib
[+]
linalg
[-] _distributor_init.py
[edit]
[+]
testing
[-] __init__.py
[edit]
[+]
lib
[-] conftest.py
[edit]
[+]
_typing
[+]
typing