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

Function _serialize_unbound

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

Source from the content-addressed store, hash-verified

36
37
38def _serialize_unbound(unbound):
39 if unbound is UNBOUND:
40 unbound = _crossinterp.UNBOUND
41 return _crossinterp.serialize_unbound(unbound)
42
43
44def _resolve_unbound(flag):

Callers 5

createFunction · 0.85
sendMethod · 0.85
send_nowaitMethod · 0.85
send_bufferMethod · 0.85
send_buffer_nowaitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected