🔵 🔵 🔵


Primary

၊၊||၊|။

object() ⚬ᵖʸ|Documentation|1st|20251021110750-00-⌔

Built-in Functions — Python 3 documentation#object

class object

This 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: object instances do not have __dict__ attributes, so you can’t assign arbitrary attributes to an instance of object.

Printed 2026-06-28.

(echo:: @ )

Link to original

Secondary

• • •