Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ _binary
Function
_binary
tools/python-3.11.9-amd64/Lib/xmlrpc/client.py:428–432 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
426
out.write(
"</base64></value>\n"
)
427
428
def
_binary(data):
429
# decode xml element contents into a Binary structure
430
value = Binary()
431
value.decode(data)
432
return
value
433
434
WRAPPERS = (DateTime, Binary)
435
Callers
nothing calls this directly
Calls
2
decode
Method · 0.95
Binary
Class · 0.70
Tested by
no test coverage detected