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

Method extend

pattern/text/tree.py:1062–1064  ·  view source on GitHub ↗
(self, sentences)

Source from the content-addressed store, hash-verified

1060 list.append(self, sentence)
1061 self[-1].text = self
1062 def extend(self, sentences):
1063 for s in sentences:
1064 self.append(s)
1065
1066 def remove(self, sentence):
1067 list.remove(self, sentence)

Callers 14

canvas.jsFile · 0.45
fringeMethod · 0.45
breadth_first_searchFunction · 0.45
pathsFunction · 0.45
graph.jsFile · 0.45
xmlMethod · 0.45
parse_stringFunction · 0.45
_parse_tokensFunction · 0.45
dfsMethod · 0.45
stringMethod · 0.45
searchMethod · 0.45
constituentsMethod · 0.45

Calls 1

appendMethod · 0.95

Tested by 2

test_rowsMethod · 0.36
test_columnsMethod · 0.36