MCPcopy 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

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

Calls

no outgoing calls

Tested by 4

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