#cpython-source

[ follow ]
fromAntocuni
2 weeks ago
Python

Inside CPython's attribute lookup - Antonio Cuni's blog

Attribute lookup in Python is more complex than checking instance __dict__ then type; descriptors, instance vs type lookup, and metaclasses affect behavior.
[ Load more ]