scope, modyfing outside object from inside the method

Dustan DustanGroups at gmail.com
Mon Sep 24 06:09:48 EDT 2007


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.




More information about the Python-list mailing list