Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ close
Method
close
Lib/multiprocessing/resource_sharer.py:51–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
def
send(conn, pid):
50
reduction.send_handle(conn, new_fd, pid)
51
def
close():
52
os.close(new_fd)
53
self._id = _resource_sharer.register(send, close)
54
55
def
detach(self):
Callers
2
stop
Method · 0.45
_afterfork
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected