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

Function nostdout

data/utils.py:7–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6@contextlib.contextmanager
7def nostdout():
8 save_stdout = sys.stdout
9 sys.stdout = DummyFile()
10 yield
11 sys.stdout = save_stdout
12
13def reporthook(t):
14 """https://github.com/tqdm/tqdm"""

Callers 1

__init__Method · 0.85

Calls 1

DummyFileClass · 0.85

Tested by

no test coverage detected