Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ wait_and_stop
Method
wait_and_stop
scapy/pipetool.py:183–185 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
181
log_runtime.debug(
"Pipe engine already running"
)
182
183
def
wait_and_stop(self):
184
# type: () -> None
185
self.stop(_cmd=
"B"
)
186
187
def
stop(self, _cmd=
"X"
):
188
# type: (str) -> None
Callers
nothing calls this directly
Calls
1
stop
Method · 0.95
Tested by
no test coverage detected