Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ _getattributes
Function
_getattributes
tools/python-3.11.9-amd64/Lib/idlelib/rpc.py:592–596 ·
view source on GitHub ↗
(obj, attributes)
Source
from the content-addressed store, hash-verified
590
_getmethods(super, methods)
591
592
def
_getattributes(obj, attributes):
593
for
name in dir(obj):
594
attr = getattr(obj, name)
595
if
not callable(attr):
596
attributes[name] = 1
597
598
599
class
MethodProxy:
Callers
1
localcall
Method · 0.85
Calls
1
callable
Function · 0.50
Tested by
no test coverage detected