MCPcopy 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

joinMethod · 0.95
test_pop_allMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpClassMethod · 0.45

Calls

no outgoing calls

Tested by 5

test_pop_allMethod · 0.36
setUpMethod · 0.36
setUpMethod · 0.36
setUpMethod · 0.36
setUpClassMethod · 0.36