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

Method append

pattern/text/tree.py:517–518  ·  view source on GitHub ↗
(self, chunk, type=CONJUNCT)

Source from the content-addressed store, hash-verified

515 self.anchor = chunk
516
517 def append(self, chunk, type=CONJUNCT):
518 list.append(self, (chunk, type))
519
520#--- SENTENCE --------------------------------------------------------------------------------------
521

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected