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

Method inverse_boolean_flags

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

Source from the content-addressed store, hash-verified

69 self._compare("--trailing-underscore", "trailing_underscore_", True)
70
71 def inverse_boolean_flags(self):
72 self._compare("--no-true-bool", "true_bool", False)
73
74 def namespaced_task(self):
75 self._compare_names("sub-coll.sub-task", "sub-coll.sub-task")

Callers

nothing calls this directly

Calls 1

_compareMethod · 0.95

Tested by

no test coverage detected