Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ set
Method
set
scapy/automaton.py:311–313 ·
view source on GitHub ↗
(self, val)
Source
from the content-addressed store, hash-verified
309
return
self._timeout
310
311
def
set(self, val):
312
# type: (float) -> None
313
self._timeout = val
314
315
def
_reset(self):
316
# type: () -> None
Callers
6
_do_control
Method · 0.45
__init__
Method · 0.45
enable
Method · 0.45
stop
Method · 0.45
__init__
Method · 0.45
stop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected