(self)
| 1699 | if action.option_strings] |
| 1700 | |
| 1701 | def _get_positional_actions(self): |
| 1702 | return [action |
| 1703 | for action in self._actions |
| 1704 | if not action.option_strings] |
| 1705 | |
| 1706 | # ===================================== |
| 1707 | # Command line argument parsing methods |
no outgoing calls
no test coverage detected