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

Method _checkClosed

Lib/ssl.py:1133–1135  ·  view source on GitHub ↗
(self, msg=None)

Source from the content-addressed store, hash-verified

1131 self.__class__.__name__)
1132
1133 def _checkClosed(self, msg=None):
1134 # raise an exception here if you wish to check for spurious closes
1135 pass
1136
1137 def _check_connected(self):
1138 if not self._connected:

Callers 15

readMethod · 0.95
writeMethod · 0.95
getpeercertMethod · 0.95
selected_npn_protocolMethod · 0.95
cipherMethod · 0.95
groupMethod · 0.95
client_sigalgMethod · 0.95
server_sigalgMethod · 0.95
shared_ciphersMethod · 0.95
compressionMethod · 0.95
sendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected