[Python-ideas] data structures should have an .any() method
Gerald Britton
gerald.britton at gmail.com
Sat Sep 5 15:47:37 CEST 2009
Ah -- so not a real function then (yet)? Though something we could
borrow from Haskell, I suppose, even though:
compose(foo,bar) == lambda x: foo(bar(x))
no?
On Sat, Sep 5, 2009 at 9:31 AM, Georg Brandl<g.brandl at gmx.net> wrote:
> Gerald Britton schrieb:
>> compose? Where'd you find that?
>
> That was another recent discussion here.
>
> Georg
>
> --
> Thus spake the Lord: Thou shalt indent with four spaces. No more, no less.
> Four shall be the number of spaces thou shalt indent, and the number of thy
> indenting shall be four. Eight shalt thou not indent, nor either indent thou
> two, excepting that thou then proceed to four. Tabs are right out.
>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> http://mail.python.org/mailman/listinfo/python-ideas
>
--
Gerald Britton
More information about the Python-ideas
mailing list