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