(self, *args, **kwargs)
| 1870 | self._group_actions.remove(action) |
| 1871 | |
| 1872 | def add_argument_group(self, *args, **kwargs): |
| 1873 | raise ValueError('argument groups cannot be nested') |
| 1874 | |
| 1875 | class _MutuallyExclusiveGroup(_ArgumentGroup): |
| 1876 |
no outgoing calls