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

Method _get_result

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

Source from the content-addressed store, hash-verified

52 dispatcher.disconnect(self.ok_handler, signal=test_signal)
53
54 def _get_result(self, signal, *a, **kw):
55 return send_catch_log(signal, *a, **kw)
56
57 def error_handler(self, arg, handlers_called):
58 handlers_called.add(self.error_handler)

Callers

nothing calls this directly

Calls 1

send_catch_logFunction · 0.90

Tested by

no test coverage detected