In Python, how do I indicate I’m overriding a method?

Based on this and fwc:s answer I created a pip installable package https://github.com/mkorpela/overrides From time to time I end up here looking at this question. Mainly this happens after (again) seeing the same bug in our code base: Someone has forgotten some “interface” implementing class while renaming a method in the “interface”.. Well Python ain’t … Read more