Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ append
Method
append
pattern/text/tree.py:272–274 ·
view source on GitHub ↗
(self, word)
Source
from the content-addressed store, hash-verified
270
[self.append(word)
for
word in words]
271
272
def
append(self, word):
273
self.words.append(word)
274
word.chunk = self
275
276
def
__getitem__(self, index):
277
return
self.words[index]
Callers
1
extend
Method · 0.95
Calls
1
append
Method · 0.45
Tested by
no test coverage detected