This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
cls in classmethods of derived classes always refers to the parent class (rather than the derived one) #120
Easier to explain with an example:
In VSCode w/ Python plugin 2018.8.0,
my_baris typed as aFoo, while I'd expect it to be typed as aBar.