(self, action)
| 1515 | self._mutually_exclusive_groups = container._mutually_exclusive_groups |
| 1516 | |
| 1517 | def _add_action(self, action): |
| 1518 | action = super(_ArgumentGroup, self)._add_action(action) |
| 1519 | self._group_actions.append(action) |
| 1520 | return action |
| 1521 | |
| 1522 | def _remove_action(self, action): |
| 1523 | super(_ArgumentGroup, self)._remove_action(action) |
no outgoing calls
no test coverage detected