Searched refs:maxURLs (Results 1 – 1 of 1) sorted by relevance
28 def run(self, initialURL, maxURLs=1000): argument32 while maxURLs is None or urlNumber < maxURLs: