MCPcopy Index your code
hub / github.com/python/cpython / server_close

Method server_close

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

Source from the content-addressed store, hash-verified

635 os._exit(status)
636
637 def server_close(self):
638 super().server_close()
639 self.collect_children(blocking=self.block_on_close)
640
641
642class _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