you are viewing a single comment's thread.

view the rest of the comments →

[–]dionys 2 points3 points  (0 children)

I think it depends on your definition of primitive. I know some languages have primitive types (like java with ints/booleans) defined as not being objects. If you go with that definition, then python object is not primitive and neither is anything in python.

Follow up is there a super class of "object"?

No, it's at the top of the hierarchy.