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

Method invalidate_cache

scapy/route.py:39–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 self.resync()
38
39 def invalidate_cache(self):
40 # type: () -> None
41 self.cache = {} # type: Dict[Tuple[str, Optional[str]], Tuple[str, str, str]]
42
43 def resync(self):
44 # type: () -> None

Callers 8

__init__Method · 0.95
resyncMethod · 0.95
addMethod · 0.95
deltMethod · 0.95
ifchangeMethod · 0.95
ifdelMethod · 0.95
ifaddMethod · 0.95
_route_add_loopbackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected