[Python-Dev] Extended Function syntax

Samuele Pedroni pedronis@bluewin.ch
Thu, 30 Jan 2003 14:08:06 +0100


 
> How about
> 
>   foo = property:
>       ...

it gives the bad impression that one can do:


foo = modifier(property:

)