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

Method insert

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

Source from the content-addressed store, hash-verified

170 def __contains__(self, *args):
171 return self._lazy("__contains__", *args)
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):

Callers 3

__init__.pyFile · 0.45
commandlineFunction · 0.45
assessmentsMethod · 0.45

Calls 1

_lazyMethod · 0.95

Tested by

no test coverage detected