MCPcopy Index your code
hub / github.com/python/cpython / compression

Method compression

Lib/ssl.py:952–955  ·  view source on GitHub ↗

Return the current compression algorithm in use, or ``None`` if compression was not negotiated or not supported by one of the peers.

(self)

Source from the content-addressed store, hash-verified

950 return self._sslobj.shared_ciphers()
951
952 def compression(self):
953 """Return the current compression algorithm in use, or ``None`` if
954 compression was not negotiated or not supported by one of the peers."""
955 return self._sslobj.compression()
956
957 def pending(self):
958 """Return the number of bytes that can be read immediately."""

Callers 5

compressionMethod · 0.45
server_params_testFunction · 0.45
do_GETMethod · 0.45
check_ssl_extra_infoMethod · 0.45

Calls

no outgoing calls

Tested by 2

server_params_testFunction · 0.36
check_ssl_extra_infoMethod · 0.36