(self, args_str, from_tty)
| 138 | # return self.our_args(text, complete=True) |
| 139 | |
| 140 | def invoke(self, args_str, from_tty): |
| 141 | self.our_invoke(*self.our_args(args_str)) |
| 142 | |
| 143 | |
| 144 | def value_is(value, *type_names): |
nothing calls this directly
no test coverage detected