Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
664
class
_NoThreads:
Callers
1
append
Method · 0.95
Calls
1
is_alive
Method · 0.45
Tested by
no test coverage detected