MCPcopy
hub / github.com/msgspec/msgspec / Put

Class Put

examples/asyncio-kv/kv.py:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41class Put(msgspec.Struct, tag=True):
42 key: str
43 val: str
44
45
46class Del(msgspec.Struct, tag=True):

Callers 1

putMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected