MCPcopy 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
540class ScapyExt:

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
summaryMethod · 0.45

Tested by

no test coverage detected