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