| 1234567 |
- 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: ...
|