Anyway, would love any feedback:
https://github.com/progrium/ginkgo/blob/ginkgo/ginkgo/config.py
He also commented on the Setting descriptor not having a __set__
method. This was done so that you could override the variable per
object. If you implement __set__, the object level assignment would
affect all other objects of that class. This seemed to be unexpected
behavior that prevents you from overriding at the object level.
Alan believes we can implement __set__ so it will set it on the object
or set it class level and is going to submit a pull request for that.
I think that's it.
-jeff