Hi,
In python code,
class A:
get(self):
do something
set(self):
do something
g=property(get,set)what is the good use of "property" function?, I do not understand clearly.. Thanks in advance
-- http://mail.python.org/mailman/listinfo/python-list
