Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ update
Method
update
pattern/text/__init__.py:141–142 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
139
def
values(self):
140
return
self._lazy(
"values"
)
141
def
update(self, *args):
142
return
self._lazy(
"update"
, *args)
143
def
pop(self, *args):
144
return
self._lazy(
"pop"
, *args)
145
def
popitem(self, *args):
Callers
3
load
Method · 0.45
__init__
Method · 0.45
load
Method · 0.45
Calls
1
_lazy
Method · 0.95
Tested by
no test coverage detected