Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sin3DM/Sin3DM
/ KVWriter
Class
KVWriter
src/diffusion/logger.py:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
26
class
KVWriter(object):
27
def
writekvs(self, kvs):
28
raise
NotImplementedError
29
30
31
class
SeqWriter(object):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected