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 766fc51 commit 763a0fcCopy full SHA for 763a0fc
stdlib/argparse.pyi
@@ -124,6 +124,7 @@ class _ActionsContainer:
124
argument_default: Any = ...,
125
conflict_handler: str = ...,
126
) -> _ArgumentGroup: ...
127
+
128
def add_mutually_exclusive_group(self, *, required: bool = False) -> _MutuallyExclusiveGroup: ...
129
def _add_action(self, action: _ActionT) -> _ActionT: ...
130
def _remove_action(self, action: Action) -> None: ...
0 commit comments