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

Method end_methodName

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

Source from the content-addressed store, hash-verified

795 dispatch["fault"] = end_fault
796
797 def end_methodName(self, data):
798 if self._encoding:
799 data = data.decode(self._encoding)
800 self._methodname = data
801 self._type = "methodName" # no params
802 dispatch["methodName"] = end_methodName
803
804## Multicall support

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected