Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.js
File · 0.45
fringe
Method · 0.45
breadth_first_search
Function · 0.45
paths
Function · 0.45
graph.js
File · 0.45
xml
Method · 0.45
parse_string
Function · 0.45
_parse_tokens
Function · 0.45
dfs
Method · 0.45
string
Method · 0.45
search
Method · 0.45
constituents
Method · 0.45
Calls
1
append
Method · 0.95
Tested by
2
test_rows
Method · 0.36
test_columns
Method · 0.36