scrapy.utils.signal.send_catch_log_deferred

Here are the examples of the python api scrapy.utils.signal.send_catch_log_deferred taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: scrapy Source File: test_utils_signal.py
Function: get_result
    def _get_result(self, signal, *a, **kw):
        return send_catch_log_deferred(signal, *a, **kw)