We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdea1bb commit db98942Copy full SHA for db98942
stdlib/2and3/argparse.pyi
@@ -62,7 +62,7 @@ class _ActionsContainer:
62
required: bool = ...,
63
help: _Text = ...,
64
metavar: Union[_Text, Tuple[_Text, ...]] = ...,
65
- dest: _Text = ...,
+ dest: Optional[_Text] = ...,
66
version: _Text = ...) -> Action: ...
67
def add_argument_group(self, *args: Any, **kwargs: Any) -> _ArgumentGroup: ...
68
def add_mutually_exclusive_group(self, **kwargs: Any) -> _MutuallyExclusiveGroup: ...
0 commit comments