MCPcopy 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

sendMethod · 0.95
_run_conditionMethod · 0.95
_do_controlMethod · 0.95
_do_iterMethod · 0.95
notify_setMethod · 0.80
notify_delMethod · 0.80
runMethod · 0.80
startMethod · 0.80
stopMethod · 0.80
_read_config_fileFunction · 0.80
_sr1_rtrequestFunction · 0.80
read_routesFunction · 0.80

Calls

no outgoing calls

Tested by 2

pre_executeMethod · 0.64