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

Method keys

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

Source from the content-addressed store, hash-verified

238 return itertools.izip(self.keys(), self.values())
239
240 def keys(self):
241 return list(self.iterkeys())
242 def values(self):
243 return list(self.itervalues())
244 def items(self):

Callers 15

iteritemsMethod · 0.95
countFunction · 0.45
character_ngramsFunction · 0.45
featuresMethod · 0.45
featuresMethod · 0.45
termsMethod · 0.45
saveMethod · 0.45
exportMethod · 0.45
clusterMethod · 0.45
__call__Method · 0.45
__init__Method · 0.45
classesMethod · 0.45

Calls 1

iterkeysMethod · 0.95

Tested by 7

test_crawler_breadthMethod · 0.36
test_cooccurrenceMethod · 0.36
test_modelMethod · 0.36
test_lsaMethod · 0.36
test_partitionMethod · 0.36
test_odictMethod · 0.36