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

Method __init__

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

Source from the content-addressed store, hash-verified

30
31class Route:
32 def __init__(self):
33 # type: () -> None
34 self.routes = [] # type: List[Tuple[int, int, str, str, str, int]]
35 self.invalidate_cache()
36 if conf.route_autoload:
37 self.resync()
38
39 def invalidate_cache(self):
40 # type: () -> None

Callers

nothing calls this directly

Calls 2

invalidate_cacheMethod · 0.95
resyncMethod · 0.95

Tested by

no test coverage detected