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

Method summary

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

Source from the content-addressed store, hash-verified

481 return len(self.keys())
482
483 def summary(self):
484 # type: () -> str
485 return "%s: %i valid items. Timeout=%rs" % (self.name, len(self), self.timeout) # noqa: E501
486
487 def __repr__(self):
488 # type: () -> str

Callers 1

__repr__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected