Hello,

I'm new on this list and it's just for ask a question about class-style in
python 3000
because I don't understand for instance why in
class Example(object):
    var1 = 'example'
    var2 = property(fget=lambda self: 'example')

var1 seems to be linked to class and var2 to object.
In more it not seem possible to define class property and it could be
usefull.

I don't know if you have already discuss about class style but if you have
could you give me the log ?

thanks in advance

paul bedaride
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to