Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ disable
Method
disable
scapy/utils.py:4060–4062 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4058
self._enabled.set()
4059
4060
def
disable(self):
4061
# type: () -> None
4062
self._enabled.clear()
4063
4064
def
run(self):
4065
# type: () -> None
Callers
1
execute
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected