(self, signal, *a, **kw)
| 100 | returns_exceptions = True |
| 101 | |
| 102 | def _get_result(self, signal, *a, **kw): |
| 103 | return deferred_from_coro(send_catch_log_async(signal, *a, **kw)) |
| 104 | |
| 105 | |
| 106 | @pytest.mark.filterwarnings(class="st">"ignore::scrapy.exceptions.ScrapyDeprecationWarning") |
nothing calls this directly
no test coverage detected