MCPcopy
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

_runMethod · 0.80
runMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected