Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
95
class
LogSpider(MetaSpider):
Callers
9
_wait_for_processing
Method · 0.45
call_spider_async
Method · 0.45
_wait_for_download
Method · 0.45
processProxyResponse
Method · 0.45
connectFailed
Method · 0.45
connectionLost
Method · 0.45
close
Method · 0.45
_remove_connection
Method · 0.45
test_errback
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_errback
Method · 0.36