I’m trying to find some more information about the Python base class: object but can’t find any. Is it just something like class object: pass and doesn’t deserve any more attention or…?
Where can I find more about it. What do other classes inherit from it?
There’s some good info here (and in other articles linked from there). Here’s the diagram: