Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyinvoke/invoke
/ ignore_unknown_defaults_to_False
Method
ignore_unknown_defaults_to_False
tests/parser_parser.py:49–50 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
47
Parser(ignore_unknown=True)
48
49
def
ignore_unknown_defaults_to_False(self) -> None:
50
assert Parser().ignore_unknown is False
51
52
class
parse_argv:
53
def
parses_sys_argv_style_list_of_strings(self) -> None:
Callers
nothing calls this directly
Calls
1
Parser
Class · 0.90
Tested by
no test coverage detected