Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _abort_socket_test
Method
_abort_socket_test
Lib/test/test_asyncio/test_ssl.py:179–183 ·
view source on GitHub ↗
(self, ex)
Source
from the content-addressed store, hash-verified
177
logger.removeFilter(filter)
178
179
def
_abort_socket_test(self, ex):
180
try
:
181
self.loop.stop()
182
finally:
183
self.fail(ex)
184
185
def
new_loop(self):
186
return
asyncio.new_event_loop()
Callers
2
run
Method · 0.45
_run
Method · 0.45
Calls
2
stop
Method · 0.45
fail
Method · 0.45
Tested by
no test coverage detected