MCPcopy Index your code
hub / github.com/clips/pattern / iteritems

Method iteritems

pattern/text/search.py:237–238  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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
240 def keys(self):
241 return list(self.iterkeys())

Callers 15

itemsMethod · 0.95
countFunction · 0.80
character_ngramsFunction · 0.80
keywordsMethod · 0.80
__call__Method · 0.80
cosine_similarityFunction · 0.80
document_frequencyMethod · 0.80
filterMethod · 0.80
majorityMethod · 0.80
minorityMethod · 0.80
baselineMethod · 0.80
skewnessMethod · 0.80

Calls 2

keysMethod · 0.95
valuesMethod · 0.95

Tested by

no test coverage detected