Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
38
def
_serialize_unbound(unbound):
39
if
unbound is UNBOUND:
40
unbound = _crossinterp.UNBOUND
41
return
_crossinterp.serialize_unbound(unbound)
42
43
44
def
_resolve_unbound(flag):
Callers
5
create
Function · 0.85
send
Method · 0.85
send_nowait
Method · 0.85
send_buffer
Method · 0.85
send_buffer_nowait
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected