On Tue, Dec 6, 2011 at 11:12 AM, Ian Kelly <ian.g.ke...@gmail.com> wrote:
> If you like, you can also expand classproperty to allow setters and
> deleters like property does.

My mistake, you can't do this.  __set__ and __delete__ are only
invoked on instances, not on the class.  Get-only class properties are
fine, though.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to