mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Add __all__ to most modules beginning with 'q', 'r' and 's' (#7364)
This commit is contained in:
@@ -4,6 +4,8 @@ import socket
|
||||
from collections import defaultdict
|
||||
from typing import Any
|
||||
|
||||
__all__ = ["SMTPChannel", "SMTPServer", "DebuggingServer", "PureProxy", "MailmanProxy"]
|
||||
|
||||
_Address = tuple[str, int] # (host, port)
|
||||
|
||||
class SMTPChannel(asynchat.async_chat):
|
||||
|
||||
Reference in New Issue
Block a user