(self, signal, *a, **kw)
| 67 | @pytest.mark.filterwarnings("ignore::scrapy.exceptions.ScrapyDeprecationWarning") |
| 68 | class TestSendCatchLogDeferred(TestSendCatchLog): |
| 69 | def _get_result(self, signal, *a, **kw): |
| 70 | return send_catch_log_deferred(signal, *a, **kw) |
| 71 | |
| 72 | |
| 73 | class TestSendCatchLogDeferred2(TestSendCatchLogDeferred): |
nothing calls this directly
no test coverage detected