j
k
j a
j l
On May 02, 2013, at 11:44 AM, Greg Ewing wrote:
Barry Warsaw wrote: ...Why isn't getattr() for lookup by name good enough? Because it will find things that are not enum items, e.g. '__str__'.
Barry Warsaw wrote:
Why isn't getattr() for lookup by name good enough?
Because it will find things that are not enum items, e.g. '__str__'.
Why does that matter? -Barry
Back to the thread
Back to the list