MCPcopy
hub / github.com/Gallopsled/pwntools / write

Method write

pwnlib/context/__init__.py:43–43  ·  view source on GitHub ↗
(self, *a, **kw)

Source from the content-addressed store, hash-verified

41class _devnull(object):
42 name = None
43 def write(self, *a, **kw): pass
44 def read(self, *a, **kw): return ''
45 def flush(self, *a, **kw): pass
46 def close(self, *a, **kw): pass

Callers 9

log_fileMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
dumpFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected