Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
581
def
_getmethods(obj, methods):
582
# Helper to get a list of methods from an object
Callers
1
__getattr__
Method · 0.95
Calls
1
remotecall
Method · 0.80
Tested by
no test coverage detected