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

Method load

scapy/interfaces.py:42–46  ·  view source on GitHub ↗

Returns a dictionary of the loaded interfaces, by their name.

(self)

Source from the content-addressed store, hash-verified

40 libpcap = False
41
42 def load(self):
43 # type: () -> Dict[str, NetworkInterface]
44 """Returns a dictionary of the loaded interfaces, by their
45 name."""
46 raise NotImplementedError
47
48 def reload(self):
49 # type: () -> Dict[str, NetworkInterface]

Callers 1

reloadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected