(self)
| 1991 | if action.option_strings] |
| 1992 | |
| 1993 | def _get_positional_actions(self): |
| 1994 | return [action |
| 1995 | for action in self._actions |
| 1996 | if not action.option_strings] |
| 1997 | |
| 1998 | # ===================================== |
| 1999 | # Command line argument parsing methods |
no outgoing calls
no test coverage detected