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

Method values

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

Source from the content-addressed store, hash-verified

240 def keys(self):
241 return list(self.iterkeys())
242 def values(self):
243 return list(self.itervalues())
244 def items(self):
245 return list(self.iteritems())
246

Callers 15

iteritemsMethod · 0.95
suffixesFunction · 0.45
countMethod · 0.45
information_gainMethod · 0.45
__init__Method · 0.45
termsMethod · 0.45
allMethod · 0.45
init_stateMethod · 0.45
flattenMethod · 0.45
adjacencyFunction · 0.45
normalizeFunction · 0.45

Calls 1

itervaluesMethod · 0.95

Tested by 2

test_cooccurrenceMethod · 0.36
test_histogramMethod · 0.36