Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close
Method
close
Lib/multiprocessing/popen_fork.py:88–90 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
86
self.sentinel = parent_r
87
88
def
close(self):
89
if
self.finalizer is not None:
90
self.finalizer()
Callers
1
_launch
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected