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

Function _serialize_unbound

Lib/concurrent/interpreters/_queues.py:52–55  ·  view source on GitHub ↗
(unbound)

Source from the content-addressed store, hash-verified

50
51
52def _serialize_unbound(unbound):
53 if unbound is UNBOUND:
54 unbound = _crossinterp.UNBOUND
55 return _crossinterp.serialize_unbound(unbound)
56
57
58def _resolve_unbound(flag):

Callers 3

createFunction · 0.70
putMethod · 0.70
put_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…