Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
718
if
hasattr(os,
"fork"
):
Callers
nothing calls this directly
Calls
3
super
Class · 0.85
server_close
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected