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

Method insert

pattern/text/tree.py:1056–1058  ·  view source on GitHub ↗
(self, index, sentence)

Source from the content-addressed store, hash-verified

1054 self.append(Sentence(s, token, language))
1055
1056 def insert(self, index, sentence):
1057 list.insert(self, index, sentence)
1058 self[-1].text = self
1059 def append(self, sentence):
1060 list.append(self, sentence)
1061 self[-1].text = self

Callers 15

tableFunction · 0.45
update.pyFile · 0.45
test_en.pyFile · 0.45
test.pyFile · 0.45
test_nl.pyFile · 0.45
test_fr.pyFile · 0.45
test_web.pyFile · 0.45
test_metrics.pyFile · 0.45
test_vector.pyFile · 0.45
test_text.pyFile · 0.45
test_graph.pyFile · 0.45
test_insertMethod · 0.45

Calls

no outgoing calls

Tested by 8

test_insertMethod · 0.36
test_filterMethod · 0.36
setUpMethod · 0.36
__init__Method · 0.36
test_rowsMethod · 0.36
test_columnsMethod · 0.36
test_columnMethod · 0.36