mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Add all the email __all__s (#7304)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
__all__ = ["body_decode", "body_encode", "decode", "decodestring", "header_encode", "header_length"]
|
||||
|
||||
def header_length(bytearray: str | bytes) -> int: ...
|
||||
def header_encode(header_bytes: str | bytes, charset: str = ...) -> str: ...
|
||||
def body_encode(s: bytes, maxlinelen: int = ..., eol: str = ...) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user