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

Method _parser

tests/cli.py:48–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46 self.c = Collection(my_task, my_task2, my_task3, my_task4, sub_coll)
47
48 def _parser(self):
49 return Parser(self.c.to_contexts())
50
51 def _parse(self, argstr):
52 return self._parser().parse_argv(argstr.split())

Callers 1

_parseMethod · 0.95

Calls 2

ParserClass · 0.90
to_contextsMethod · 0.80

Tested by

no test coverage detected