On Thu, Jun 28, 2018 at 7:01 PM Ben Finney <[email protected]> wrote: > > Ian Kelly <[email protected]> writes: > > > On Thu, Jun 28, 2018 at 4:38 AM Ben Finney <[email protected]> > > wrote: > > > > > > Ethan Furman <[email protected]> writes: > > > > > > Specifically, I can't make sense of why someone would want to have a > > > class that is simultaneously behaving as an enumerated type, *and* > > > has an API of custom callable attributes. > > > > You don't see value in enum members having properties? > > Is a Python property a callable attribute?
I was referring to properties generically in the OOP sense, not to Python properties specifically. -- https://mail.python.org/mailman/listinfo/python-list
