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

Method invalidate_cache

scapy/route6.py:49–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47 self.resync()
48
49 def invalidate_cache(self):
50 # type: () -> None
51 self.cache = {} # type: Dict[str, Tuple[str, str, str]]
52
53 def flush(self):
54 # type: () -> None

Callers 8

__init__Method · 0.95
flushMethod · 0.95
resyncMethod · 0.95
addMethod · 0.95
deltMethod · 0.95
ifchangeMethod · 0.95
ifdelMethod · 0.95
ifaddMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected