Pumpkin
TTCTheo's Typesafe Cult
•Created by Simbaclaws on 1/11/2025 in #questions
Python issue with inheritence
4 replies
TTCTheo's Typesafe Cult
•Created by Simbaclaws on 1/11/2025 in #questions
Python issue with inheritence
inheritedClass is a reference to the class itself, not an instance of the class. Hence
isinstance
is False, because it is just an instance of type
.
4 replies