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

Function _serialize_unbound

Lib/test/support/channels.py:34–37  ·  view source on GitHub ↗
(unbound)

Source from the content-addressed store, hash-verified

32
33
34def _serialize_unbound(unbound):
35 if unbound is UNBOUND:
36 unbound = _crossinterp.UNBOUND
37 return _crossinterp.serialize_unbound(unbound)
38
39
40def _resolve_unbound(flag):

Callers 5

createFunction · 0.70
sendMethod · 0.70
send_nowaitMethod · 0.70
send_bufferMethod · 0.70
send_buffer_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…