Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ start
Method
start
scapy/pipetool.py:736–741 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
734
self.proc.wait()
735
736
def
start(self):
737
# type: () -> None
738
if
WINDOWS:
739
return
self._start_windows()
740
else
:
741
return
self._start_unix()
742
743
def
stop(self):
744
# type: () -> None
Callers
1
__init__
Method · 0.95
Calls
2
_start_windows
Method · 0.95
_start_unix
Method · 0.95
Tested by
no test coverage detected