Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
41
class
Put(msgspec.Struct, tag=True):
42
key: str
43
val: str
44
45
46
class
Del(msgspec.Struct, tag=True):
Callers
1
put
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected