Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
def
nostdout():
8
save_stdout = sys.stdout
9
sys.stdout = DummyFile()
10
yield
11
sys.stdout = save_stdout
12
13
def
reporthook(t):
14
""
"https://github.com/tqdm/tqdm"
""
Callers
1
__init__
Method · 0.85
Calls
1
DummyFile
Class · 0.85
Tested by
no test coverage detected