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

Method server_close

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

Source from the content-addressed store, hash-verified

638 os._exit(status)
639
640 def server_close(self):
641 super().server_close()
642 self.collect_children(blocking=self.block_on_close)
643
644
645class _Threads(list):

Callers

nothing calls this directly

Calls 3

collect_childrenMethod · 0.95
superClass · 0.85
server_closeMethod · 0.45

Tested by

no test coverage detected