Skip to content Skip to sidebar Skip to footer
Showing posts with the label Class Hierarchy

Why 'issubclass(object, Type)' Gives False (in Python)?

I'm confused in python class hierarchy. I want to know the relation between type and object. ob… Read more Why 'issubclass(object, Type)' Gives False (in Python)?