The dunder methods in Python

12 21,723 3,567
articles words lines of code

Today I learned how to use the dunder method __init_subclass__ to be notified when a class is subclassed.