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:640–642 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
638
os._exit(status)
639
640
def
server_close(self):
641
super().server_close()
642
self.collect_children(blocking=self.block_on_close)
643
644
645
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