Human readable representation of the object.
(self)
| 100 | return self |
| 101 | |
| 102 | def __repr__(self): |
| 103 | """Human readable representation of the object.""" |
| 104 | return "ServerStatusRequestExtension()" |
| 105 | |
| 106 | tlslite.extensions.TLSExtension._serverExtensions[ |
| 107 | ExtensionType.status_request] = ServerStatusRequestExtension |
nothing calls this directly
no outgoing calls
no test coverage detected