python abstract base classes, difference between mixin & abstract method

Viewed 1822

The following table shows varying abstract base classes that are used all over python. However, I am a bit confused exactly (in this context)

what is the difference between the Abstract Methods column and the Mixin Methods column. Is one optionally implemented and the other not?

I've been mulling it over and every one of my "theories" doesn't seem to be right.

reference


enter image description here

2 Answers
Related