查看网站首页
查看网站首页
查看 sitemap.xml
✏️ 正在编辑: types.py
路径:
/opt/alt/python313/lib64/python3.13/_pyrepl/types.py
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
from collections.abc import Callable, Iterator type Callback = Callable[[], object] type SimpleContextManager = Iterator[None] type KeySpec = str # like r"\C-c" type CommandName = str # like "interrupt" type EventTuple = tuple[CommandName, str] type Completer = Callable[[str, int], str | None] type CharBuffer = list[str] type CharWidths = list[int]
💾 保存文件
← 返回文件管理器