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

Method _get_result

tests/test_utils_signal.py:102–103  ·  tests/test_utils_signal.py::TestSendCatchLogAsync._get_result
(self, signal, *a, **kw)

Source from the content-addressed store, hash-verified

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")

Callers

nothing calls this directly

Calls 2

deferred_from_coroFunction · 0.90
send_catch_log_asyncFunction · 0.90

Tested by

no test coverage detected