team-10/env/Lib/site-packages/numpy/lib/_utils_impl.pyi

11 lines
371 B
Python
Raw Normal View History

2025-08-02 07:34:44 +02:00
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: ...