summaryrefslogtreecommitdiff
path: root/devel/py-lazr.delegates/DESCR
blob: 277062d18cf18c129cf333b83abd216ef08238ca (plain)
1
2
3
4
The lazr.delegates package makes it easy to write objects that
delegate behavior to another object. The new object adds some property
or behavior on to the other object, while still providing the
underlying interface, and delegating behavior.