MCPcopy Create free account
hub / github.com/XLearning-SCU/2022-CVPR-DART / write

Method write

utils.py:149–152  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

147 self.close()
148
149 def write(self, msg):
150 self.console.write(msg)
151 if self.file is not None:
152 self.file.write(msg)
153
154 def flush(self):
155 self.console.flush()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected