MCPcopy Index your code
hub / github.com/RustPython/RustPython / _checkClosed

Method _checkClosed

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

Source from the content-addressed store, hash-verified

1115 self.__class__.__name__)
1116
1117 def _checkClosed(self, msg=None):
1118 # raise an exception here if you wish to check for spurious closes
1119 pass
1120
1121 def _check_connected(self):
1122 if not self._connected:

Callers 15

readMethod · 0.95
writeMethod · 0.95
getpeercertMethod · 0.95
selected_npn_protocolMethod · 0.95
cipherMethod · 0.95
shared_ciphersMethod · 0.95
compressionMethod · 0.95
sendMethod · 0.95
sendtoMethod · 0.95
sendallMethod · 0.95
recvMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected