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

Method __repr__

scapy/config.py:709–718  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

707 self.load(extension)
708
709 def __repr__(self):
710 from scapy.utils import pretty_list
711 return pretty_list(
712 [
713 (x.name, x.version, [y.fullname for y in x.specs.values()])
714 for x in self.exts
715 ],
716 [("Name", "Version", "Specs")],
717 sortBy=0,
718 )
719
720
721def _version_checker(module, minver):

Callers

nothing calls this directly

Calls 2

pretty_listFunction · 0.90
valuesMethod · 0.45

Tested by

no test coverage detected