Yes, but ABCs and also method resolution are particularly hackish in Python. Generally, in Python one always has to understand the implementation and mentally execute the code, because everything is informally specified…
Yes, but ABCs and also method resolution are particularly hackish in Python. Generally, in Python one always has to understand the implementation and mentally execute the code, because everything is informally specified…