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: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
642
class
_Threads(list):
Callers
nothing calls this directly
Calls
3
collect_children
Method · 0.95
super
Class · 0.85
server_close
Method · 0.45
Tested by
no test coverage detected