mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
@@ -28,7 +28,7 @@ class IMAP4:
|
||||
tagpre: str = ...
|
||||
tagre: Pattern[Text] = ...
|
||||
welcome: bytes = ...
|
||||
capabilities: tuple[str] = ...
|
||||
capabilities: tuple[str, ...] = ...
|
||||
PROTOCOL_VERSION: str = ...
|
||||
def __init__(self, host: str = ..., port: int = ...) -> None: ...
|
||||
def open(self, host: str = ..., port: int = ...) -> None: ...
|
||||
@@ -127,5 +127,5 @@ class _Authenticator:
|
||||
|
||||
def Internaldate2tuple(resp: str) -> time.struct_time: ...
|
||||
def Int2AP(num: int) -> str: ...
|
||||
def ParseFlags(resp: str) -> tuple[str]: ...
|
||||
def ParseFlags(resp: str) -> tuple[str, ...]: ...
|
||||
def Time2Internaldate(date_time: float | time.struct_time | str) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user