MCPcopy
hub / github.com/llmware-ai/llmware / items

Method items

llmware/models.py:14150–14151  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14148 return self._dict.values()
14149
14150 def items(self):
14151 return self._dict.items()
14152
14153 def names(self):
14154

Calls

no outgoing calls

Tested by 1