2025-03-27 17:59:10 +01:00

8 lines
277 B
Python

from _typeshed import SupportsWrite
__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: ...