Primary
id() ⚬ᵖʸ|Documentation|1st|20251021165927-00-⌔
Built-in Functions — Python 3 documentation#id
id(object,/)Return the “identity” of an object. This is an integer which is guaranteed to be unique and constant for this object during its lifetime. Two objects with non-overlapping lifetimes may have the same
id()value.CPython implementation detail: This is the address of the object in memory.
Raises an auditing event
builtins.idwith argumentid.Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •