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

Method reap

Lib/socketserver.py:663–664  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

661 thread.join()
662
663 def reap(self):
664 self[:] = (thread for thread in self if thread.is_alive())
665
666
667class _NoThreads:

Callers 1

appendMethod · 0.95

Calls 1

is_aliveMethod · 0.45

Tested by

no test coverage detected