MCPcopy 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_controlMethod · 0.45
__init__Method · 0.45
enableMethod · 0.45
stopMethod · 0.45
__init__Method · 0.45
stopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected