Primary
object() ⚬ᵖʸ|Documentation|1st|20251021110750-00-⌔
Built-in Functions — Python 3 documentation#object
class
objectThis is the ultimate base class of all other classes. It has methods that are common to all instances of Python classes. When the constructor is called, it returns a new featureless object. The constructor does not accept any arguments.
Note:
objectinstances do not have__dict__attributes, so you can’t assign arbitrary attributes to an instance ofobject.Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •