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

Method next

pattern/web/__init__.py:3160–3163  ·  view source on GitHub ↗

Returns the next Link queued to visit (without removing it).

(self)

Source from the content-addressed store, hash-verified

3158
3159 @property
3160 def next(self):
3161 """ Returns the next Link queued to visit (without removing it).
3162 """
3163 return self.pop(remove=False)
3164
3165 def crawl(self, method=DEPTH, **kwargs):
3166 """ Visits the next link in Crawler._queue.

Callers 3

allMethod · 0.45
popitemMethod · 0.45
_findAllMethod · 0.45

Calls 1

popMethod · 0.95

Tested by

no test coverage detected