On Sep 24, 2:13 am, Peter Otten <[EMAIL PROTECTED]> 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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to