[Python-Dev] ConfigParser shootout, preliminary entry

Josiah Carlson jcarlson at uci.edu
Mon Oct 18 22:20:51 CEST 2004


> 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



More information about the Python-Dev mailing list