1 Sep 10:21
Re: objectify factories
Stefan Behnel <stefan_ml <at> behnel.de>
2007-09-01 08:21:29 GMT
2007-09-01 08:21:29 GMT
jholg <at> gmx.de wrote: >> Given the current behaviour of _setElementValue(), I'd say it should just >> go and annotate everything it produces. > > Meaning an additional TypedElementMaker, right? I think it is actually nice to have the not-annotating ElementMaker as a choice. BTW, that's easy to achieve, I just added a simple "annotate=True" keyword argument to objectify.ElementMaker (not comitted yet). If you create a new E factory and pass False, it will just skip the annotation step. Stefan
RSS Feed