MCPcopy 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
40def Client(address):
41 _in, _out = Queue(), Queue()
42 address.put((_out, _in))
43 return Connection(_in, _out)
44
45
46def Pipe(duplex=True):

Callers

nothing calls this directly

Calls 3

QueueClass · 0.90
ConnectionClass · 0.70
putMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…