(self, arg_line)
| 2385 | return new_arg_strings |
| 2386 | |
| 2387 | def convert_arg_line_to_args(self, arg_line): |
| 2388 | return [arg_line] |
| 2389 | |
| 2390 | def _match_argument(self, action, arg_strings_pattern): |
| 2391 | # match the pattern for this action to the arg strings |
no outgoing calls
no test coverage detected