We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
overload
1 parent 951bacf commit 6abb4d4Copy full SHA for 6abb4d4
stdlib/sys/__init__.pyi
@@ -5,7 +5,7 @@ from builtins import object as _object
5
from collections.abc import AsyncGenerator, Callable, Sequence
6
from io import TextIOWrapper
7
from types import FrameType, ModuleType, TracebackType
8
-from typing import Any, Final, Literal, NoReturn, Protocol, TextIO, TypeVar, final, type_check_only
+from typing import Any, Final, Literal, NoReturn, Protocol, TextIO, TypeVar, final, overload, type_check_only
9
from typing_extensions import LiteralString, TypeAlias, deprecated
10
11
_T = TypeVar("_T")
0 commit comments