mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-16 21:45:04 +08:00
Add all the email __all__s (#7304)
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
__all__ = [
|
||||
"body_decode",
|
||||
"body_encode",
|
||||
"body_length",
|
||||
"decode",
|
||||
"decodestring",
|
||||
"header_decode",
|
||||
"header_encode",
|
||||
"header_length",
|
||||
"quote",
|
||||
"unquote",
|
||||
]
|
||||
|
||||
def header_check(octet: int) -> bool: ...
|
||||
def body_check(octet: int) -> bool: ...
|
||||
def header_length(bytearray: bytes) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user