MCPcopy Index your code
hub / github.com/pyinvoke/invoke / _make_parser

Method _make_parser

invoke/program.py:742–748  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

740 context.args[key]._value = arg._value
741
742 def _make_parser(self) -> Parser:
743 return Parser(
744 initial=self.initial_context,
745 contexts=self.collection.to_contexts(
746 ignore_unknown_help=self.config.tasks.ignore_unknown_help
747 ),
748 )
749
750 def parse_tasks(self) -> None:
751 """

Callers 2

parse_cleanupMethod · 0.95
parse_tasksMethod · 0.95

Calls 2

ParserClass · 0.85
to_contextsMethod · 0.80

Tested by

no test coverage detected