Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ clear
Method
clear
pattern/text/search.py:230–231 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
228
k=self._o[-1]
if
self._o
else
None;
return
(k, self.pop(k))
229
230
def
clear(self):
231
self._o=[]; dict.clear(self)
232
233
def
iterkeys(self):
234
return
reversed(self._o)
Callers
5
canvas.js
File · 0.45
C
Function · 0.45
parse_string
Function · 0.45
compile
Function · 0.45
05-twitter-stream.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected