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

Method clear

pattern/web/__init__.py:571–572  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

569 return data
570
571 def clear(self):
572 list.__init__(self, [])
573
574def stream(url, delimiter="\n", parse=lambda data: data, **kwargs):
575 """ Returns a new Stream with the given parse method.

Callers 1

crawlMethod · 0.45

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected