MCPcopy
hub / github.com/openai/guided-diffusion / close

Method close

guided_diffusion/logger.py:93–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91 self.file.flush()
92
93 def close(self):
94 if self.own_file:
95 self.file.close()
96
97
98class JSONOutputFormat(KVWriter):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected