Below, I describe how to type hint some of the dunder methods of a subclass of the built-in Python list.
I begin by describing why I wanted to do this in the first place, then, with the aim of being somewhat pedagogical, how I figured out what to do be…
Continue reading: Type hinting a list …