MCPcopy
hub / github.com/scrapy/scrapy / errback

Method errback

tests/spiders.py:91–92  ·  view source on GitHub ↗
(self, failure)

Source from the content-addressed store, hash-verified

89 self.t2 = time.time()
90
91 def errback(self, failure):
92 self.t2_err = time.time()
93
94
95class LogSpider(MetaSpider):

Callers 9

_wait_for_processingMethod · 0.45
call_spider_asyncMethod · 0.45
_wait_for_downloadMethod · 0.45
processProxyResponseMethod · 0.45
connectFailedMethod · 0.45
connectionLostMethod · 0.45
closeMethod · 0.45
_remove_connectionMethod · 0.45
test_errbackMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_errbackMethod · 0.36