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

Method items

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

Source from the content-addressed store, hash-verified

133 def get(self, *args, **kwargs):
134 return self._lazy("get", *args)
135 def items(self):
136 return self._lazy("items")
137 def keys(self):
138 return self._lazy("keys")
139 def values(self):

Callers 6

__init__Method · 0.45
find_tokensFunction · 0.45
__init__.pyFile · 0.45
tensesMethod · 0.45
loadMethod · 0.45
trainMethod · 0.45

Calls 1

_lazyMethod · 0.95

Tested by

no test coverage detected