MCPcopy Index your code
hub / github.com/secdev/scapy / get

Method get

scapy/automaton.py:307–309  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

305 self._autoreload = autoreload
306
307 def get(self):
308 # type: () -> float
309 return self._timeout
310
311 def set(self, val):
312 # type: (float) -> None

Callers 15

conversationsMethod · 0.45
afterglowMethod · 0.45
replaceMethod · 0.45
__init__Method · 0.45
__setattr__Method · 0.45
parse_all_optionsMethod · 0.45
sniffMethod · 0.45
build_graphMethod · 0.45
__init__Method · 0.45
spawnMethod · 0.45
_runMethod · 0.45
dst_from_pktMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected