MCPcopy Index your code
hub / github.com/python/cpython / decode

Method decode

Lib/xmlrpc/client.py:393–394  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

391 return self.data == other
392
393 def decode(self, data):
394 self.data = base64.decodebytes(data)
395
396 def encode(self, out):
397 out.write("<value><base64>\n")

Callers 8

test_decodeMethod · 0.95
_binaryFunction · 0.95
end_base64Method · 0.95
encodeMethod · 0.45
dump_bytesMethod · 0.45
end_stringMethod · 0.45
end_methodNameMethod · 0.45
get_host_infoMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_decodeMethod · 0.76