MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / reap

Method reap

tools/python-3.11.9-amd64/Lib/socketserver.py:657–658  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

655 thread.join()
656
657 def reap(self):
658 self[:] = (thread for thread in self if thread.is_alive())
659
660
661class _NoThreads:

Callers 1

appendMethod · 0.95

Calls 1

is_aliveMethod · 0.45

Tested by

no test coverage detected