(self)
| 2073 | if action.option_strings] |
| 2074 | |
| 2075 | def _get_positional_actions(self): |
| 2076 | return [action |
| 2077 | for action in self._actions |
| 2078 | if not action.option_strings] |
| 2079 | |
| 2080 | # ===================================== |
| 2081 | # Command line argument parsing methods |
no outgoing calls
no test coverage detected