Fix various __all__ bugs and omissions (#7618)

This commit is contained in:
Alex Waygood
2022-04-14 16:03:19 +01:00
committed by GitHub
parent f87e811345
commit 40985b4f02
5 changed files with 204 additions and 40 deletions

View File

@@ -2,6 +2,8 @@ import sys
from typing import IO
if sys.platform != "win32":
__all__ = ["setraw", "setcbreak"]
_FD = int | IO[str]
# XXX: Undocumented integer constants