Add all the email __all__s (#7304)

This commit is contained in:
Alex Waygood
2022-02-20 01:53:29 +00:00
committed by GitHub
parent e9db3bd50a
commit b74acc7546
21 changed files with 68 additions and 1 deletions
+13
View File
@@ -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: ...