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

Class D

Lib/test/test_capi/test_misc.py:2853–2855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2851 def a(self):
2852 return 42
2853 class D:
2854 def __getattribute__(self, name):
2855 return 42
2856 def func():
2857 C().a
2858 D().a

Callers 1

funcMethod · 0.70

Calls

no outgoing calls

Tested by 1

funcMethod · 0.56