(self, *args)
| 103 | ) |
| 104 | |
| 105 | def execute_command(self, *args) -> str: |
| 106 | # args[0] -> new latex |
| 107 | args = args[0] |
| 108 | return args[0] |
| 109 | |
| 110 | def matches_command(self, cmd_str) -> bool: |
| 111 | if "```REPLACE" in cmd_str: return True |
nothing calls this directly
no outgoing calls
no test coverage detected