Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/derv82/wifite2
/ devnull
Method
devnull
wifite/util/process.py:18–20 ·
view source on GitHub ↗
Helper method for opening devnull
()
Source
from the content-addressed store, hash-verified
16
17
@staticmethod
18
def
devnull():
19
''
' Helper method for opening devnull '
''
20
return
open(
'/dev/null'
,
'w'
)
21
22
@staticmethod
23
def
call(command, cwd=None, shell=False):
Callers
4
_run
Method · 0.80
run
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected