aboutsummaryrefslogtreecommitdiff
path: root/devel/py-lazr.delegates/pkg-descr
blob: 4ab039df2d853fb217c5d053bdb24925da182334 (plain) (blame)
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.