MCPcopy
hub / github.com/msgspec/msgspec / Get

Class Get

examples/asyncio-kv/kv.py:37–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35# Define some request types. We set `tag=True` on each type so they can be used
36# in a "tagged-union" defining the request types.
37class Get(msgspec.Struct, tag=True):
38 key: str
39
40
41class Put(msgspec.Struct, tag=True):

Callers 1

getMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected