Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ f
Method
f
Lib/test/test__interpchannels.py:708–710 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
706
cid = _channels.create(REPLACE)
707
708
def
f():
709
obj = recv_wait(cid)
710
_channels.send(cid, obj)
711
t = threading.Thread(target=f)
712
t.start()
713
Callers
nothing calls this directly
Calls
6
_run_output
Function · 0.90
dedent
Function · 0.90
recv_wait
Function · 0.85
wait
Function · 0.50
send
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected