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

Method end_base64

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

Source from the content-addressed store, hash-verified

763 dispatch["struct"] = end_struct
764
765 def end_base64(self, data):
766 value = Binary()
767 value.decode(data.encode("ascii"))
768 if self._use_bytes:
769 value = value.data
770 self.append(value)
771 self._value = 0
772 dispatch["base64"] = end_base64
773
774 def end_dateTime(self, data):

Callers

nothing calls this directly

Calls 4

decodeMethod · 0.95
BinaryClass · 0.85
encodeMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected