(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) |
| 70 | |
| 71 | def inverse_boolean_flags(self): |
| 72 | self._compare("--no-true-bool", "true_bool", False) |