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

Method leading_underscores_are_ignored

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

Source from the content-addressed store, hash-verified

63 self._compare("--long-name", "long_name", True)
64
65 def leading_underscores_are_ignored(self):
66 self._compare("--leading-underscore", "_leading_underscore", True)
67
68 def trailing_underscores_are_ignored(self):
69 self._compare("--trailing-underscore", "trailing_underscore_", True)

Callers

nothing calls this directly

Calls 1

_compareMethod · 0.95

Tested by

no test coverage detected