(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) |
| 73 | |
| 74 | def namespaced_task(self): |
| 75 | self._compare_names("sub-coll.sub-task", "sub-coll.sub-task") |