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

Method trailing_underscores_are_ignored

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

Source from the content-addressed store, hash-verified

66 self._compare("--leading-underscore", "_leading_underscore", True)
67
68 def trailing_underscores_are_ignored(self):
69 self._compare("--trailing-underscore", "trailing_underscore_", True)
70
71 def inverse_boolean_flags(self):
72 self._compare("--no-true-bool", "true_bool", False)

Callers

nothing calls this directly

Calls 1

_compareMethod · 0.95

Tested by

no test coverage detected