MCPcopy Index your code
hub / github.com/clips/pattern / 13-crawler.py

File 13-crawler.py

examples/01-web/13-crawler.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import os, sys; sys.path.insert(0, os.path.join("..", ".."))
2
3from pattern.web import Crawler, DEPTH, BREADTH, FIFO, LIFO
4

Callers

nothing calls this directly

Calls 5

SimpleCrawler1Class · 0.85
lenFunction · 0.85
SimpleCrawler2Class · 0.85
crawlMethod · 0.80
insertMethod · 0.45

Tested by

no test coverage detected