MCPcopy Index your code
hub / github.com/clips/pattern / fail

Method fail

pattern/web/__init__.py:3256–3260  ·  view source on GitHub ↗

Called from Crawler.crawl() for link whose MIME-type could not be determined, or which raised a URLError on download.

(self, link)

Source from the content-addressed store, hash-verified

3254 pass
3255
3256 def fail(self, link):
3257 """ Called from Crawler.crawl() for link whose MIME-type could not be determined,
3258 or which raised a URLError on download.
3259 """
3260 pass
3261
3262Spider = Crawler
3263

Callers 1

crawlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected