MCPcopy 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

runMethod · 0.45
_runMethod · 0.45

Calls 2

stopMethod · 0.45
failMethod · 0.45

Tested by

no test coverage detected