80087ebcb7
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.
4 lines
243 B
Text
4 lines
243 B
Text
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.
|