MCPcopy 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
402def _binary(data):
403 # decode xml element contents into a Binary structure
404 value = Binary()
405 value.decode(data)
406 return value
407
408WRAPPERS = (DateTime, Binary)
409

Callers

nothing calls this directly

Calls 2

decodeMethod · 0.95
BinaryClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…