Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ update
Method
update
pattern/text/search.py:213–215 ·
view source on GitHub ↗
(self, d)
Source
from the content-addressed store, hash-verified
211
dict.__delitem__(self, k)
212
213
def
update(self, d):
214
for
k, v in reversed(d.items()):
215
self.__setitem__(k, v)
216
217
def
setdefault(self, k, v=None):
218
if
not k in self:
Callers
3
parse_token
Method · 0.45
inflect.py
File · 0.45
__init__.py
File · 0.45
Calls
2
__setitem__
Method · 0.95
items
Method · 0.45
Tested by
no test coverage detected