Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
remotecall
Method · 0.80
Tested by
no test coverage detected