MCPcopy Index your code
hub / github.com/python/cpython / run

Method run

Lib/test/test_asyncio/test_ssl.py:1810–1816  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1808 self._test = test
1809
1810 def run(self):
1811 try:
1812 self._prog(TestSocketWrapper(self._sock))
1813 except (KeyboardInterrupt, SystemExit):
1814 raise
1815 except BaseException as ex:
1816 self._test._abort_socket_test(ex)
1817
1818
1819class TestThreadedServer(SocketThread):

Callers

nothing calls this directly

Calls 2

TestSocketWrapperClass · 0.70
_abort_socket_testMethod · 0.45

Tested by

no test coverage detected