Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ flush
Method
flush
scapy/config.py:378–381 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
376
self._timetable = {}
# type: Dict[str, float]
377
378
def
flush(self):
379
# type: () -> None
380
self._timetable.clear()
381
self.clear()
382
383
def
__getitem__(self, item):
384
# type: (str) -> Any
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected