The dunder methods in Python

15 24,460 3,781
articles words lines of code

Today I learned how to allow my custom objects to be unpacked into keyword arguments like '**kwargs'.