MCPcopy Index your code
hub / github.com/RustPython/RustPython / _abort_socket_test

Method _abort_socket_test

Lib/test/test_asyncio/test_ssl.py:178–182  ·  view source on GitHub ↗
(self, ex)

Source from the content-addressed store, hash-verified

176 logger.removeFilter(filter)
177
178 def _abort_socket_test(self, ex):
179 try:
180 self.loop.stop()
181 finally:
182 self.fail(ex)
183
184 def new_loop(self):
185 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