MCPcopy Create free account
hub / github.com/LTH14/rcg / __init__

Method __init__

pixel_generator/guided_diffusion/logger.py:99–100  ·  view source on GitHub ↗
(self, filename)

Source from the content-addressed store, hash-verified

97
98class JSONOutputFormat(KVWriter):
99 def __init__(self, filename):
100 self.file = open(filename, "wt")
101
102 def writekvs(self, kvs):
103 for k, v in sorted(kvs.items()):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected