Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ run
Method
run
Lib/test/test_asyncio/test_ssl.py:1852–1854 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1850
self._s2.close()
1851
1852
def
run(self):
1853
self._sock.setblocking(False)
1854
self._run()
1855
1856
def
_run(self):
1857
while
self._active:
Callers
nothing calls this directly
Calls
2
_run
Method · 0.95
setblocking
Method · 0.45
Tested by
no test coverage detected