Jp Calderone <[EMAIL PROTECTED]> wrote:
>
> On Thu, 17 Mar 2005 09:01:27 -0800, Josiah Carlson <[EMAIL PROTECTED]> wrote:
> >
> > Nick Coghlan <[EMAIL PROTECTED]> wrote:
> > >
> > > Josiah Carlson wrote:
> > > >
> > > > [snip]
> > > >
> > > > I think properties are the most used case where thi
On Thu, 17 Mar 2005 09:01:27 -0800, Josiah Carlson <[EMAIL PROTECTED]> wrote:
>
> Nick Coghlan <[EMAIL PROTECTED]> wrote:
> >
> > Josiah Carlson wrote:
> > >
> > > [snip]
> > >
> > > I think properties are the most used case where this kind of thing would
> > > be nice. Though the only thing th
Nick Coghlan <[EMAIL PROTECTED]> wrote:
>
> Josiah Carlson wrote:
> > Samuele Pedroni <[EMAIL PROTECTED]> wrote:
> [snip]
> >>well, I think some people desire a more streamlined way of writing code
> >>like:
> >>
> >>def f(...)
> >>...
> >>def g(...)
> >>...
> >>x = h(...,f,g)
> >>
> >>[property,
Josiah Carlson wrote:
Samuele Pedroni <[EMAIL PROTECTED]> wrote:
[snip]
well, I think some people desire a more streamlined way of writing code
like:
def f(...)
...
def g(...)
...
x = h(...,f,g)
[property, setting up callbacks etc are cases of this]
I think properties are the most used case where