MCPcopy 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
592def _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
599class MethodProxy:

Callers 1

localcallMethod · 0.85

Calls 1

callableFunction · 0.50

Tested by

no test coverage detected