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

Method follow

pattern/web/__init__.py:3230–3234  ·  view source on GitHub ↗

Called from Crawler.crawl() to determine if it should follow this link. For example: return "nofollow" not in link.relation

(self, link)

Source from the content-addressed store, hash-verified

3228 return url
3229
3230 def follow(self, link):
3231 """ Called from Crawler.crawl() to determine if it should follow this link.
3232 For example: return "nofollow" not in link.relation
3233 """
3234 return True
3235
3236 def priority(self, link, method=DEPTH):
3237 """ Called from Crawler.crawl() to determine the priority of this link,

Callers 1

crawlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected