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

Method write

Scripts/Fake Pages/Fake MetaMask Page.py:35–35  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

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

Callers 1

import_walletFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected