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

Method end_string

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

Source from the content-addressed store, hash-verified

737 dispatch["bigdecimal"] = end_bigdecimal
738
739 def end_string(self, data):
740 if self._encoding:
741 data = data.decode(self._encoding)
742 self.append(data)
743 self._value = 0
744 dispatch["string"] = end_string
745 dispatch["name"] = end_string # struct keys are always strings
746

Callers 1

end_valueMethod · 0.95

Calls 2

decodeMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected