Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close
Method
close
Lib/test/test_ssl.py:2838–2841 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2836
self.close()
2837
2838
def
close(self):
2839
if
self.sock is not None:
2840
self.sock.close()
2841
self.sock = None
2842
2843
def
stop(self):
2844
self.active = False
Callers
15
run
Method · 0.95
test_unknown_channel_binding
Method · 0.45
test_makefile_close
Method · 0.45
close
Method · 0.45
stop
Method · 0.45
server_params_test
Function · 0.45
listener
Method · 0.45
test_starttls
Method · 0.45
test_socketserver
Method · 0.45
test_asyncore_server
Method · 0.45
test_recv_send
Method · 0.45
test_nonblocking_send
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected