mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-17 05:49:45 +08:00
Annotate known magic-method return types (#9131)
This commit is contained in:
@@ -30,7 +30,7 @@ class Authentication:
|
||||
def __gt__(self, auth): ...
|
||||
def __le__(self, auth): ...
|
||||
def __ge__(self, auth): ...
|
||||
def __bool__(self): ...
|
||||
def __bool__(self) -> bool: ...
|
||||
|
||||
class BasicAuthentication(Authentication):
|
||||
def __init__(self, credentials, host, request_uri, headers, response, content, http) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user