MCPcopy 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
4086class SingleConversationSocket(object):

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected