Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ stop
Method
stop
scapy/utils.py:4080–4083 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4078
break
4079
4080
def
stop(self):
4081
# type: () -> None
4082
self._stopped.set()
4083
self.join(self._interval * 2)
4084
4085
4086
class
SingleConversationSocket(object):
Callers
nothing calls this directly
Calls
2
join
Method · 0.80
set
Method · 0.45
Tested by
no test coverage detected