mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Fix default value of input, remove now unused allowlist entry for epoll (#9742)
This commit is contained in:
@@ -1380,7 +1380,7 @@ def hash(__obj: object) -> int: ...
|
||||
def help(request: object = ...) -> None: ...
|
||||
def hex(__number: int | SupportsIndex) -> str: ...
|
||||
def id(__obj: object) -> int: ...
|
||||
def input(__prompt: object = None) -> str: ...
|
||||
def input(__prompt: object = "") -> str: ...
|
||||
|
||||
class _GetItemIterable(Protocol[_T_co]):
|
||||
def __getitem__(self, __i: int) -> _T_co: ...
|
||||
|
||||
Reference in New Issue
Block a user