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

Method append

pattern/text/__init__.py:174–175  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

172 def insert(self, *args):
173 return self._lazy("insert", *args)
174 def append(self, *args):
175 return self._lazy("append", *args)
176 def extend(self, *args):
177 return self._lazy("extend", *args)
178 def remove(self, *args):

Callers 10

loadMethod · 0.45
parseMethod · 0.45
find_tokensFunction · 0.45
find_tagsFunction · 0.45
find_chunksFunction · 0.45
find_prepositionsFunction · 0.45
find_relationsFunction · 0.45
lexemeMethod · 0.45
loadMethod · 0.45
assessmentsMethod · 0.45

Calls 1

_lazyMethod · 0.95

Tested by

no test coverage detected