ID EN
Built-in Functions

object

Python 3.11

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.

Syntax

PYTHON
class object

See Also

object object __dict__ object