Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_decode
Method · 0.95
_binary
Function · 0.95
end_base64
Method · 0.95
encode
Method · 0.45
dump_bytes
Method · 0.45
end_string
Method · 0.45
end_methodName
Method · 0.45
get_host_info
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_decode
Method · 0.76