On Fri, Dec 12, 2014 at 10:21 PM, Mateusz Loskot <mate...@loskot.net> wrote:
> I've got several cases which are not obvious to me.
> For instance, class Foo has a boolean attribute, read-write,
> which I see a couple of realisations for possible:
>

0) Attribute only.

class Foo:
    pass

Foo().default = True

Unless you need something more than this, go with this style. Much simpler.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to