Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
41
class
_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_file
Method · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
dump
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected