Copyright 2007 Bill Bumgarner All Rights Reserved. MIT License -- Free as in "free". Usage: >>> obj = {'a' : 'b', 1 : 2} >>> from di import di >>> id(obj) 681856 >>> di(681856) {'a': 'b', 1: 2} Don't use this in production code. That would be stupid. This is, however, very useful for debugging purposes.