MCPcopy 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

valuesMethod · 0.95
keywordsMethod · 0.80
l2_normMethod · 0.80
relativeFunction · 0.80
l2_normFunction · 0.80
cosine_similarityMethod · 0.80
classifyMethod · 0.80
classifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected