mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
Fix various __all__ bugs and omissions (#7618)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user