Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ pop_all
Method
pop_all
Lib/socketserver.py:655–657 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
653
super().append(thread)
654
655
def
pop_all(self):
656
self[:], result = [], self[:]
657
return
result
658
659
def
join(self):
660
for
thread in self.pop_all():
Callers
5
join
Method · 0.95
test_pop_all
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
Calls
no outgoing calls
Tested by
4
test_pop_all
Method · 0.36
setUp
Method · 0.36
setUp
Method · 0.36
setUp
Method · 0.36