| Current Path : /proc/self/root/usr/local/python-3.13/lib/python3.13/site-packages/numpy/lib/ |
| Current File : //proc/self/root/usr/local/python-3.13/lib/python3.13/site-packages/numpy/lib/_utils_impl.pyi |
from _typeshed import SupportsWrite from numpy._typing import DTypeLike __all__ = ["get_include", "info", "show_runtime"] def get_include() -> str: ... def show_runtime() -> None: ... def info(object: object = ..., maxwidth: int = ..., output: SupportsWrite[str] | None = ..., toplevel: str = ...) -> None: ... def drop_metadata(dtype: DTypeLike, /) -> DTypeLike: ...