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/functional.py:263–264 ·
view source on GitHub ↗
(self, sock)
Source
from the content-addressed store, hash-verified
261
self._test._abort_socket_test(ex)
262
263
def
_handle_client(self, sock):
264
self._prog(TestSocketWrapper(sock))
265
266
@property
267
def
addr(self):
Callers
1
_run
Method · 0.95
Calls
1
TestSocketWrapper
Class · 0.70
Tested by
no test coverage detected