Where does Python look for methods? PREMIUM

Series: Classes
Trey Hunner smiling in a t-shirt against a yellow wall
Trey Hunner
4 min. read 3 min. video Python 3.8—3.12

When we call a method on a class, where does Python look for it?

Inheriting methods from a parent class

We have a class (LastDict) that inherits from the UserDict class (from the collections module in the Python standard library):

...

A Python Tip Every Week

Need to fill-in gaps in your Python skills? I send weekly emails designed to do just that.