Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ debug
Method
debug
scapy/automaton.py:1213–1216 ·
view source on GitHub ↗
(self, lvl, msg)
Source
from the content-addressed store, hash-verified
1211
1212
# Services
1213
def
debug(self, lvl, msg):
1214
# type: (int, str) -> None
1215
if
self.debug_level >= lvl:
1216
log_runtime.debug(msg)
1217
1218
def
isrunning(self):
1219
# type: () -> bool
Callers
15
send
Method · 0.95
_run_condition
Method · 0.95
_do_control
Method · 0.95
_do_iter
Method · 0.95
notify_set
Method · 0.80
notify_del
Method · 0.80
run
Method · 0.80
start
Method · 0.80
stop
Method · 0.80
_read_config_file
Function · 0.80
_sr1_rtrequest
Function · 0.80
read_routes
Function · 0.80
Calls
no outgoing calls
Tested by
2
pre_execute
Method · 0.64
test_and_setup_socket_can
Function · 0.64