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:2646–2650 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2644
return
self.sock.send(bytes)
2645
2646
def
close(self):
2647
if
self.sslconn:
2648
self.sslconn.close()
2649
else
:
2650
self.sock.close()
2651
2652
def
run(self):
2653
self.running = True
Callers
4
wrap_conn
Method · 0.95
run
Method · 0.95
handle_read
Method · 0.95
handle_close
Method · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected