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:269–270 ·
view source on GitHub ↗
(self, words)
Source
from the content-addressed store, hash-verified
267
self.extend(words)
268
269
def
extend(self, words):
270
[self.append(word)
for
word in words]
271
272
def
append(self, word):
273
self.words.append(word)
Callers
1
__init__
Method · 0.95
Calls
1
append
Method · 0.95
Tested by
no test coverage detected