Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ update
Method
update
pattern/vector/__init__.py:151–152 ·
view source on GitHub ↗
(self, kv)
Source
from the content-addressed store, hash-verified
149
def
clear(self):
150
raise
ReadOnlyError
151
def
update(self, kv):
152
raise
ReadOnlyError
153
def
setdefault(self, k, default=None):
154
if
k in self:
155
return
self[k]
Callers
2
copy
Method · 0.45
__call__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected