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

Method server_close

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

Source from the content-addressed store, hash-verified

708 t.start()
709
710 def server_close(self):
711 super().server_close()
712 self._threads.join()
713
714
715if hasattr(os, "fork"):

Callers

nothing calls this directly

Calls 3

superClass · 0.85
server_closeMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected