Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ items
Method
items
pattern/text/search.py:244–245 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
242
def
values(self):
243
return
list(self.itervalues())
244
def
items(self):
245
return
list(self.iteritems())
246
247
def
copy(self):
248
return
self.__class__(reversed(self.items()))
Callers
5
copy
Method · 0.95
__repr__
Method · 0.95
__init__
Method · 0.45
update
Method · 0.45
__init__
Method · 0.45
Calls
1
iteritems
Method · 0.95
Tested by
no test coverage detected