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

Method __init__

cscan/extensions.py:91–94  ·  view source on GitHub ↗

Create server status request extension.

(self)

Source from the content-addressed store, hash-verified

89 """Server Status Request extension."""
90
91 def __init__(self):
92 """Create server status request extension."""
93 super(ServerStatusRequestExtension, self).__init__(
94 extType=ExtensionType.status_request)
95
96 def parse(self, parser):
97 """Deserialise the extension from binary data."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected