mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Add __all__ to most modules beginning with 'n', 'o' and 'p' (#7345)
This commit is contained in:
@@ -1,6 +1,26 @@
|
||||
from abc import abstractmethod
|
||||
from typing import IO, Any, AnyStr, Callable, Iterable, Mapping, Sequence, overload
|
||||
|
||||
__all__ = [
|
||||
"Option",
|
||||
"make_option",
|
||||
"SUPPRESS_HELP",
|
||||
"SUPPRESS_USAGE",
|
||||
"Values",
|
||||
"OptionContainer",
|
||||
"OptionGroup",
|
||||
"OptionParser",
|
||||
"HelpFormatter",
|
||||
"IndentedHelpFormatter",
|
||||
"TitledHelpFormatter",
|
||||
"OptParseError",
|
||||
"OptionError",
|
||||
"OptionConflictError",
|
||||
"OptionValueError",
|
||||
"BadOptionError",
|
||||
"check_choice",
|
||||
]
|
||||
|
||||
NO_DEFAULT: tuple[str, ...]
|
||||
SUPPRESS_HELP: str
|
||||
SUPPRESS_USAGE: str
|
||||
|
||||
Reference in New Issue
Block a user