Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ copy
Method
copy
pattern/text/search.py:247–248 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
245
return
list(self.iteritems())
246
247
def
copy(self):
248
return
self.__class__(reversed(self.items()))
249
250
def
__repr__(self):
251
return
"{%s}"
%
", "
.join(
"%s: %s"
% (repr(k), repr(v))
for
k, v in self.items())
Callers
nothing calls this directly
Calls
1
items
Method · 0.95
Tested by
no test coverage detected