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

Method getmethodname

Lib/xmlrpc/client.py:645–646  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

643 return tuple(self._stack)
644
645 def getmethodname(self):
646 return self._methodname
647
648 #
649 # event handlers

Callers 1

loadsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected