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

Method reap

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

Source from the content-addressed store, hash-verified

658 thread.join()
659
660 def reap(self):
661 self[:] = (thread for thread in self if thread.is_alive())
662
663
664class _NoThreads:

Callers 1

appendMethod · 0.95

Calls 1

is_aliveMethod · 0.45

Tested by

no test coverage detected