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

Method extend

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

Source from the content-addressed store, hash-verified

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):
179 return self._lazy("remove", *args)
180 def pop(self, *args):

Callers 6

ngramsFunction · 0.45
loadMethod · 0.45
loadMethod · 0.45
parseMethod · 0.45
find_tokensFunction · 0.45
find_relationsFunction · 0.45

Calls 1

_lazyMethod · 0.95

Tested by

no test coverage detected