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

Method append

pattern/text/tree.py:476–482  ·  view source on GitHub ↗
(self, word)

Source from the content-addressed store, hash-verified

474 Chunk.__init__(self, *args, **kwargs)
475
476 def append(self, word):
477 self.words.append(word)
478 word.pnp = self
479 if word.chunk is not None:
480 word.chunk.pnp = self
481 if word.chunk not in self.chunks:
482 self.chunks.append(word.chunk)
483
484 @property
485 def preposition(self):

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected