mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-30 06:35:22 +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