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

Method __repr__

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

Source from the content-addressed store, hash-verified

287 self._backup_dict = {} # type: Dict[Type[Packet], List[Tuple[Dict[str, Any], Type[Packet]]]] # noqa: E501
288
289 def __repr__(self):
290 # type: () -> str
291 return "\n".join("%-20s: %s" % (layer.__name__, layer.name)
292 for layer in self)
293
294 def register(self, layer):
295 # type: (Type[Packet]) -> None

Callers

nothing calls this directly

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected