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

Method stop

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

Source from the content-addressed store, hash-verified

1792class SocketThread(threading.Thread):
1793
1794 def stop(self):
1795 self._active = False
1796 self.join()
1797
1798 def __enter__(self):
1799 self.start()

Callers 15

__exit__Method · 0.95
_abort_socket_testMethod · 0.45
stopMethod · 0.45
cbMethod · 0.45
callbackMethod · 0.45
writerMethod · 0.45
my_handlerMethod · 0.45
mainMethod · 0.45
test_loop_restartMethod · 0.45

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected