(self, arg_line)
| 2467 | return new_arg_strings |
| 2468 | |
| 2469 | def convert_arg_line_to_args(self, arg_line): |
| 2470 | return [arg_line] |
| 2471 | |
| 2472 | def _match_argument(self, action, arg_strings_pattern): |
| 2473 | # match the pattern for this action to the arg strings |
no outgoing calls
no test coverage detected