mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-09 19:21:26 +08:00
Add __all__ to most modules beginning with 'n', 'o' and 'p' (#7345)
This commit is contained in:
@@ -6,6 +6,18 @@ from _typeshed import Self
|
||||
from typing import IO, Any, Iterable, NamedTuple, Union
|
||||
from typing_extensions import Literal
|
||||
|
||||
__all__ = [
|
||||
"NNTP",
|
||||
"NNTPError",
|
||||
"NNTPReplyError",
|
||||
"NNTPTemporaryError",
|
||||
"NNTPPermanentError",
|
||||
"NNTPProtocolError",
|
||||
"NNTPDataError",
|
||||
"decode_header",
|
||||
"NNTP_SSL",
|
||||
]
|
||||
|
||||
_File = Union[IO[bytes], bytes, str, None]
|
||||
|
||||
class NNTPError(Exception):
|
||||
|
||||
Reference in New Issue
Block a user