Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _binary
Function
_binary
Lib/xmlrpc/client.py:402–406 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
400
out.write(
"</base64></value>\n"
)
401
402
def
_binary(data):
403
# decode xml element contents into a Binary structure
404
value = Binary()
405
value.decode(data)
406
return
value
407
408
WRAPPERS = (DateTime, Binary)
409
Callers
nothing calls this directly
Calls
2
decode
Method · 0.95
Binary
Class · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…