Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ itervalues
Method
itervalues
pattern/text/search.py:235–236 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
233
def
iterkeys(self):
234
return
reversed(self._o)
235
def
itervalues(self):
236
return
itertools.imap(self.__getitem__, reversed(self._o))
237
def
iteritems(self):
238
return
itertools.izip(self.keys(), self.values())
239
Callers
8
values
Method · 0.95
keywords
Method · 0.80
l2_norm
Method · 0.80
relative
Function · 0.80
l2_norm
Function · 0.80
cosine_similarity
Method · 0.80
classify
Method · 0.80
classify
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected