classmethod
s should not be able to be called on abstract classes
#14062
Labels
classmethod
s should not be able to be called on abstract classes
#14062
playground
most of the time,
classmethod
s are instantiating the class, so it should not allow you to call them on abstract classes.i do however think
staticmethod
s should still be allowed as they do not have access to thecls
The text was updated successfully, but these errors were encountered: