Python object() built-in function
Python object() built-in function
From the Python 3 documentation Return a new featureless object. object is a base for all classes. It has methods that are common to all instances of Python classes. This function does not accept any arguments.