MCPcopy 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

extendMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected