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
Labels
bug
Something isn't working
Easier to explain with an example:
In VSCode w/ Python plugin 2018.8.0,
my_bar
is typed as aFoo
, while I'd expect it to be typed as aBar
.The text was updated successfully, but these errors were encountered: