class A(object):
@properymethod
def value1(self):
return 'value1'
def value2(self):
return 'value2'
what is the difference between value1 and value2.
--
http://mail.python.org/mailman/listinfo/python-list
class A(object):
@properymethod
def value1(self):
return 'value1'
def value2(self):
return 'value2'
what is the difference between value1 and value2.
--
http://mail.python.org/mailman/listinfo/python-list