mirror of
https://github.com/python/cpython.git
synced 2026-05-29 07:35:02 -04:00
19c1cd5b35
- if __getattribute__ exists, it is called first; if it doesn't exists, PyObject_GenericGetAttr is called first. - if the above raises AttributeError, and __getattr__ exists, it is called.