MCPcopy Create free account
hub / github.com/secdev/scapy / __repr__

Method __repr__

scapy/layers/tls/cert.py:1439–1444  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1437 return False
1438
1439 def __repr__(self):
1440 return "[CSR Format: %s, Subject:%s, Verified: %s]" % (
1441 self.fmt.value,
1442 self.subject_str,
1443 self.verifySelf(),
1444 )
1445
1446
1447####################

Callers

nothing calls this directly

Calls 1

verifySelfMethod · 0.95

Tested by

no test coverage detected