> class MyContainer(Container):
> p = Value(2)
> y = Value(0)
> t = Value(-1)
> h = Value(20)
> o = Value('x')
> n = Value('z')
I missed that.
I am sure that Carlos has even made TypedAttr into factories that
produce properties.
Very nice; I'm sorry I didn't see it earlier.
- Josiah