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

Method __getmethods

Lib/idlelib/rpc.py:577–579  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

575 "__attributes__", (), {})
576
577 def __getmethods(self):
578 self.__methods = self.sockio.remotecall(self.oid,
579 "__methods__", (), {})
580
581def _getmethods(obj, methods):
582 # Helper to get a list of methods from an object

Callers 1

__getattr__Method · 0.95

Calls 1

remotecallMethod · 0.80

Tested by

no test coverage detected