MCPcopy Create free account
hub / github.com/mozilla/cipherscan / __repr__

Method __repr__

cscan/extensions.py:102–104  ·  view source on GitHub ↗

Human readable representation of the object.

(self)

Source from the content-addressed store, hash-verified

100 return self
101
102 def __repr__(self):
103 """Human readable representation of the object."""
104 return "ServerStatusRequestExtension()"
105
106tlslite.extensions.TLSExtension._serverExtensions[
107 ExtensionType.status_request] = ServerStatusRequestExtension

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected