MCPcopy
hub / github.com/tanelpoder/0xtools / _get_positional_actions

Method _get_positional_actions

lib/0xtools/argparse.py:1701–1704  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers 2

add_subparsersMethod · 0.95
_parse_known_argsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected