8 lines
277 B
Python
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: ...
|