(self, arg_line)
| 2024 | return new_arg_strings |
| 2025 | |
| 2026 | def convert_arg_line_to_args(self, arg_line): |
| 2027 | return [arg_line] |
| 2028 | |
| 2029 | def _match_argument(self, action, arg_strings_pattern): |
| 2030 | # match the pattern for this action to the arg strings |
no outgoing calls
no test coverage detected