MCPcopy Index your code
hub / github.com/RustPython/RustPython / _resolve_unbound

Function _resolve_unbound

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

Source from the content-addressed store, hash-verified

42
43
44def _resolve_unbound(flag):
45 resolved = _crossinterp.resolve_unbound(flag, ItemInterpreterDestroyed)
46 if resolved is _crossinterp.UNBOUND:
47 resolved = UNBOUND
48 return resolved
49
50
51def create(*, unbounditems=UNBOUND):

Callers 3

recvMethod · 0.85
recv_nowaitMethod · 0.85
_set_unboundMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected