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

Method __getattributes

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

Source from the content-addressed store, hash-verified

571 raise AttributeError(name)
572
573 def __getattributes(self):
574 self.__attributes = self.sockio.remotecall(self.oid,
575 "__attributes__", (), {})
576
577 def __getmethods(self):
578 self.__methods = self.sockio.remotecall(self.oid,

Callers 1

__getattr__Method · 0.95

Calls 1

remotecallMethod · 0.80

Tested by

no test coverage detected