object

class object

(class) Returns the base class for all classes (built-in).

REMARKS
* This is a built-in function.
* 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.
* object does not have a __dict__, so you can't assign arbitrary attributes to an instance of the object class.
* For the Official documentation refer to python.org

?? 

© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top