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

Method server_close

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

Source from the content-addressed store, hash-verified

711 t.start()
712
713 def server_close(self):
714 super().server_close()
715 self._threads.join()
716
717
718if 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