I'd like to be able to add a property http://docs.python.org/library/functions.html#property to an object (a specific instance of a class). Is this possible?
Some other questions about duck punching/monkey patching in python:
Adding a Method to an Existing Object Instance
Python: changing methods and attributes at runtime
UPDATE: Answered by delnan in the comments