Question 6/13 fast.ai v3 lecture 11

How do you create a class method in Python?

Answer

By using the @classmethod decorator.

Relevant part of lecture