MCPcopy
hub / github.com/scrapy/scrapy / _get_result

Method _get_result

tests/test_utils_signal.py:69–70  ·  view source on GitHub ↗
(self, signal, *a, **kw)

Source from the content-addressed store, hash-verified

67@pytest.mark.filterwarnings("ignore::scrapy.exceptions.ScrapyDeprecationWarning")
68class TestSendCatchLogDeferred(TestSendCatchLog):
69 def _get_result(self, signal, *a, **kw):
70 return send_catch_log_deferred(signal, *a, **kw)
71
72
73class TestSendCatchLogDeferred2(TestSendCatchLogDeferred):

Callers

nothing calls this directly

Calls 1

send_catch_log_deferredFunction · 0.90

Tested by

no test coverage detected