MCPcopy Create free account
hub / github.com/Vision-CAIR/VisualGPT / DummyFile

Class DummyFile

data/utils.py:3–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import contextlib, sys
2
3class DummyFile(object):
4 def write(self, x): pass
5
6@contextlib.contextmanager
7def nostdout():

Callers 1

nostdoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected