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

Method end_value

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

Source from the content-addressed store, hash-verified

780 dispatch["dateTime.iso8601"] = end_dateTime
781
782 def end_value(self, data):
783 # if we stumble upon a value element with no internal
784 # elements, treat it as a string element
785 if self._value:
786 self.end_string(data)
787 dispatch["value"] = end_value
788
789 def end_params(self, data):

Callers

nothing calls this directly

Calls 1

end_stringMethod · 0.95

Tested by

no test coverage detected