Python 201 – super
I’ve written about super briefly in the past, but decided to take another go at writing something more interesting about this particular Python function. The super built-in function was introduced way back in Python 2.2. The super function will return a proxy object that will delegate method calls to a parent or sibling class of […]
Python 201 – super Read More »