Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
574
def
stream(url, delimiter=
"\n"
, parse=
lambda
data: data, **kwargs):
575
""
" Returns a new Stream
with
the given parse method.
Callers
1
crawl
Method · 0.45
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected