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