MCPcopy
hub / github.com/msgspec/msgspec / Del

Class Del

examples/asyncio-kv/kv.py:46–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46class Del(msgspec.Struct, tag=True):
47 key: str
48
49
50class ListKeys(msgspec.Struct, tag=True):

Callers 1

deleteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected