(self)
| 471 | return ToolProcessor(ctx, ui) |
| 472 | |
| 473 | def test_none(self): |
| 474 | tp = self._make_processor() |
| 475 | assert tp._extract_result_value(None) is None |
| 476 | |
| 477 | def test_string_none(self): |
| 478 | tp = self._make_processor() |
nothing calls this directly
no test coverage detected