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

Method items

pattern/text/tree.py:94–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

92 self._a = items
93 @property
94 def items(self):
95 return self._a
96 def __repr__(self):
97 return repr(list(iter(self)))
98 def __getitem__(self, i):

Callers 15

updateMethod · 0.45
most_commonMethod · 0.45
suffixesFunction · 0.45
saveMethod · 0.45
information_gainMethod · 0.45
LkMethod · 0.45
gridsearchFunction · 0.45
querystringMethod · 0.45
updateMethod · 0.45
__init__Method · 0.45
geocodeFunction · 0.45
normalizeFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_find_lemmaMethod · 0.36
test_find_lexemeMethod · 0.36
test_find_lemmaMethod · 0.36
test_find_lexemeMethod · 0.36
test_find_lemmaMethod · 0.36
test_find_lexemeMethod · 0.36
test_search_newsfeedMethod · 0.36
test_correlationMethod · 0.36
test_histogramMethod · 0.36
test_tfMethod · 0.36
test_tfidfMethod · 0.36
test_adjacencyMethod · 0.36