SIGN IN SIGN UP

bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4754)

When `__getattr__` is implemented, attribute lookup will always fall back to that,
even if the initial failure comes from `__getattribute__` or a descriptor's `__get__`
method (including property methods).
C
Cheryl Sabella committed
d1f318105b8781b01f3507d5cb0fd841b977d5f2
Parent: 05e8067
Committed by Nick Coghlan <ncoghlan@gmail.com> on 2/5/2018, 2:03:22 AM