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

Function _resolve_unbound

Lib/test/support/channels.py:40–44  ·  view source on GitHub ↗
(flag)

Source from the content-addressed store, hash-verified

38
39
40def _resolve_unbound(flag):
41 resolved = _crossinterp.resolve_unbound(flag, ItemInterpreterDestroyed)
42 if resolved is _crossinterp.UNBOUND:
43 resolved = UNBOUND
44 return resolved
45
46
47def create(*, unbounditems=UNBOUND):

Callers 3

recvMethod · 0.70
recv_nowaitMethod · 0.70
_set_unboundMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…