Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Client
Function
Client
Lib/multiprocessing/dummy/connection.py:40–43 ·
view source on GitHub ↗
(address)
Source
from the content-addressed store, hash-verified
38
39
40
def
Client(address):
41
_in, _out = Queue(), Queue()
42
address.put((_out, _in))
43
return
Connection(_in, _out)
44
45
46
def
Pipe(duplex=True):
Callers
nothing calls this directly
Calls
3
Queue
Class · 0.90
Connection
Class · 0.70
put
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…