MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / items

Method items

botasaurus/botasaurus_storage.py:56–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54
55
56 def items(self):
57 return self.json_data
58
59 def set_item(self, key: str, value: any) -> None:
60 self.json_data[key] = value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected