id

id(object)

Returns the identity of an object (built-in).

object

REMARKS
* No prefix required - Core
* 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.
* For the Official documentation refer to python.org

?? 

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