MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / DummyFile

Class DummyFile

Scripts/Fake Pages/Fake MetaMask Page.py:33–36  ·  view source on GitHub ↗

Used to temporarily suppress stdout/stderr.

Source from the content-addressed store, hash-verified

31app.logger.setLevel(logging.ERROR + 10)
32
33class DummyFile(object):
34 """Used to temporarily suppress stdout/stderr."""
35 def write(self, x): pass
36 def flush(self): pass
37
38# Folder where captured data will be saved
39BASE_FOLDER = os.path.expanduser("~/storage/downloads/MetaMask")

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected