Method Resolution Order (MRO) in Python with Sanyam Khurana - DjangoCon US 2022

It’s time to stop succumbing with common pitfalls when deciding the order of precedence of methods in multiple inheritances. This diamond problem is solved using DLR algo in Python2 and C3 linearization in Python3.

We’ll learn about MRO (Method Resolution order), which defines the class search path in Python.

This talk was presented at: https://2022.djangocon.us/talks/method-resolution-order-mro-in-python/

LINKS: Follow Sanyam Khurana πŸ‘‡ On Twitter: https://twitter.com/ErSanyamKhurana

Follow DjangCon US πŸ‘‡ https://twitter.com/djangocon

Follow DEFNA πŸ‘‡ https://twitter.com/defnado https://www.defna.org/

Date Added: September 19, 2024

Watch Video