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

Function _resolve_unbound

Lib/concurrent/interpreters/_queues.py:58–62  ·  view source on GitHub ↗
(flag)

Source from the content-addressed store, hash-verified

56
57
58def _resolve_unbound(flag):
59 resolved = _crossinterp.resolve_unbound(flag, ItemInterpreterDestroyed)
60 if resolved is _crossinterp.UNBOUND:
61 resolved = UNBOUND
62 return resolved
63
64
65def create(maxsize=0, *, unbounditems=UNBOUND):

Callers 3

_set_unboundMethod · 0.70
getMethod · 0.70
get_nowaitMethod · 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…