Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
715
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