Your IP : 3.17.190.212


Current Path : /opt/alt/python313/lib64/python3.13/_pyrepl/
Upload File :
Current File : //opt/alt/python313/lib64/python3.13/_pyrepl/types.py

from collections.abc import Callable, Iterator

Callback = Callable[[], object]
SimpleContextManager = Iterator[None]
KeySpec = str  # like r"\C-c"
CommandName = str  # like "interrupt"
EventTuple = tuple[CommandName, str]
Completer = Callable[[str, int], str | None]

?>