Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyinvoke/invoke
/ _parse
Method
_parse
tests/cli.py:51–52 ·
view source on GitHub ↗
(self, argstr)
Source
from the content-addressed store, hash-verified
49
return
Parser(self.c.to_contexts())
50
51
def
_parse(self, argstr):
52
return
self._parser().parse_argv(argstr.split())
53
54
def
_compare(self, invoke, flagname, value):
55
invoke =
"my-task "
+ invoke
Callers
7
_compare
Method · 0.95
_compare_names
Method · 0.95
short_flag_with_adjacent_value
Method · 0.95
_flag_value_task
Method · 0.95
three_tasks_with_args
Method · 0.95
tasks_with_duplicately_named_kwargs
Method · 0.95
multiple_short_flags_adjacent
Method · 0.95
Calls
2
_parser
Method · 0.95
parse_argv
Method · 0.80
Tested by
no test coverage detected