Method Resolution Order (MRO) in Python with Sanyam Khurana

This video features Sanyam Khurana at DjangoCon US 2022 in San Diego, CA USA.

0:25:15
Published November 4, 2022
780 views

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/

Presenters

Note: We understand that names change, people change, and bodies change. We respect each individual's journey and privacy. If you have any concerns about a video or need us to remove content, please don't hesitate to contact us. We will handle your request with care and promptly address any issues.

More videos by Sanyam Khurana

More videos from DjangoCon US