I too like the 'default' syntax much better than the new one. It feels
more readable.
If the following is feasible, will it be a better solution?
Field('name', r=F,w=F)
Field('name', d='value')
On Mar 5, 7:50 am, Massimo Di Pierro <[email protected]>
wrote:
> think of a dot a False. Two does r and w are false, one dot and only w
> is false.
>
> On Mar 4, 4:43 pm, pbreit <[email protected]> wrote:
>
>
>
>
>
>
>
> > I like the "default" functionality since it's still really easy to
> > understand. I'm not sold on the : and . shortcuts.