MCPcopy Index your code
hub / github.com/RustPython/RustPython / join

Method join

Lib/socketserver.py:659–661  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

657 return result
658
659 def join(self):
660 for thread in self.pop_all():
661 thread.join()
662
663 def reap(self):
664 self[:] = (thread for thread in self if thread.is_alive())

Callers 1

server_closeMethod · 0.45

Calls 1

pop_allMethod · 0.95

Tested by

no test coverage detected