taurus.core.util.prop
This module contains a decorator to simplify the use of property.
Functions
- propertx(fct)[source]
Decorator to simplify the use of property. Like @property for attrs who need more than a getter. For getter only property use @property.
adapted from http://code.activestate.com/recipes/502243/