Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ __repr__
Method
__repr__
scapy/interfaces.py:363–365 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
361
return
output
362
363
def
__repr__(self):
364
# type: () -> str
365
return
self.show(print_result=False)
# type: ignore
366
367
368
conf.ifaces = IFACES = ifaces = NetworkInterfaceDict()
Callers
nothing calls this directly
Calls
1
show
Method · 0.95
Tested by
no test coverage detected