![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: "For" loop and list comprehension similarity
From: Terry Reedy <tjreedy@udel.edu>
Date: Mon Mar 27 2006 - 06:10:31 CEST
<s.lipnevich@gmail.com> wrote in message
There are also the filter and ifilter functions:
for i in filter(testfunc, c):
tjr
|