Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _handle_client
Method
_handle_client
Lib/test/test_asyncio/test_ssl.py:1892–1893 ·
view source on GitHub ↗
(self, sock)
Source
from the content-addressed store, hash-verified
1890
self._test._abort_socket_test(ex)
1891
1892
def
_handle_client(self, sock):
1893
self._prog(TestSocketWrapper(sock))
1894
1895
@property
1896
def
addr(self):
Callers
1
_run
Method · 0.95
Calls
1
TestSocketWrapper
Class · 0.70
Tested by
no test coverage detected