MCPcopy 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
428def _binary(data):
429 # decode xml element contents into a Binary structure
430 value = Binary()
431 value.decode(data)
432 return value
433
434WRAPPERS = (DateTime, Binary)
435

Callers

nothing calls this directly

Calls 2

decodeMethod · 0.95
BinaryClass · 0.70

Tested by

no test coverage detected