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

Method values

pattern/text/__init__.py:139–140  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

137 def keys(self):
138 return self._lazy("keys")
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):

Callers 2

TENSESMethod · 0.45
loadMethod · 0.45

Calls 1

_lazyMethod · 0.95

Tested by

no test coverage detected