Get object by id()?

Viewed 97433

Let's say I have an id of a Python object, which I retrieved by doing id(thing). How do I find thing again by the id number I was given?

7 Answers
Related