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

Method update

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

Source from the content-addressed store, hash-verified

139 def values(self):
140 return self._lazy("values")
141 def update(self, *args):
142 return self._lazy("update", *args)
143 def pop(self, *args):
144 return self._lazy("pop", *args)
145 def popitem(self, *args):

Callers 3

loadMethod · 0.45
__init__Method · 0.45
loadMethod · 0.45

Calls 1

_lazyMethod · 0.95

Tested by

no test coverage detected