MCPcopy 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_outputFunction · 0.90
dedentFunction · 0.90
recv_waitFunction · 0.85
waitFunction · 0.50
sendMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected