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

Method stop

Lib/test/test_asyncio/functional.py:160–162  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

158class SocketThread(threading.Thread):
159
160 def stop(self):
161 self._active = False
162 self.join()
163
164 def __enter__(self):
165 self.start()

Callers 3

__exit__Method · 0.95
_abort_socket_testMethod · 0.45
stopMethod · 0.45

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected