Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
contextlib, sys
2
3
class
DummyFile(object):
4
def
write(self, x):
pass
5
6
@contextlib.contextmanager
7
def
nostdout():
Callers
1
nostdout
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected