_utils_impl.pyi 277 B

1234567
  1. from _typeshed import SupportsWrite
  2. __all__ = ["get_include", "info", "show_runtime"]
  3. def get_include() -> str: ...
  4. def show_runtime() -> None: ...
  5. def info(object: object = ..., maxwidth: int = ..., output: SupportsWrite[str] | None = ..., toplevel: str = ...) -> None: ...