MCPcopy Create free account
hub / github.com/pyinvoke/invoke / takes_ignore_unknown_kwarg

Method takes_ignore_unknown_kwarg

tests/parser_parser.py:46–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 Parser((Context("foo"), Context("bar", aliases=("foo",))))
45
46 def takes_ignore_unknown_kwarg(self) -> None:
47 Parser(ignore_unknown=True)
48
49 def ignore_unknown_defaults_to_False(self) -> None:
50 assert Parser().ignore_unknown is False

Callers

nothing calls this directly

Calls 1

ParserClass · 0.90

Tested by

no test coverage detected