MCPcopy Index your code
hub / github.com/python/cpython / recv_nowait

Function recv_nowait

Lib/test/test__interpchannels.py:42–45  ·  view source on GitHub ↗
(cid, *args, unbound=False)

Source from the content-addressed store, hash-verified

40
41
42def recv_nowait(cid, *args, unbound=False):
43 obj, unboundop = _channels.recv(cid, *args)
44 assert (unboundop is None) != unbound, repr(unboundop)
45 return obj
46
47
48#@contextmanager

Callers 15

_run_actionFunction · 0.85
test_shareableMethod · 0.85
test_allowed_typesMethod · 0.85
test_send_recv_mainMethod · 0.85
test_recv_defaultMethod · 0.85
test_send_bufferMethod · 0.85
build_send_waiterMethod · 0.85
test_send_timeoutMethod · 0.85

Calls 1

recvMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…