Unique identifer for Python object
Get a globally unique identifer for a Python object.
py_id(object)
object |
Python object |
Unique identifer (as integer) or NULL
In the current implementation of CPython this is the memory address of the object.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.