mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
Stdlib: add 'obvious' default values (#9688)
This commit is contained in:
@@ -68,7 +68,7 @@ def quotedata(data: str) -> str: ...
|
||||
|
||||
class _AuthObject(Protocol):
|
||||
@overload
|
||||
def __call__(self, challenge: None = ...) -> str | None: ...
|
||||
def __call__(self, challenge: None = None) -> str | None: ...
|
||||
@overload
|
||||
def __call__(self, challenge: bytes) -> str: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user