Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ __repr__
Method
__repr__
scapy/config.py:535–537 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
533
c.flush()
534
535
def
__repr__(self):
536
# type: () -> str
537
return
"\n"
.join(c.summary()
for
c in self._caches_list)
538
539
540
class
ScapyExt:
Callers
nothing calls this directly
Calls
2
join
Method · 0.80
summary
Method · 0.45
Tested by
no test coverage detected