On Sep 24, 2:13 am, Peter Otten <__pete... at web.de> wrote: > @property > def value(self): > return self._resultset[self._row][self._col] I remember a thread where someone created a version of property that worked like this, but it's not in the standard python release, unless it is in python 3000.