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