Trees | Indices | Help |
|
---|
|
object --+ | ifilter
ifilter(function or None, sequence) --> ifilter object
Return those items of sequence for which function(item) is true. If function is None, return the items that are true.
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
the next value, or raise StopIteration |
|
||
Inherited from |
|
|||
|
x.__getattribute__('name') <==> x.name
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Jan 29 22:43:47 2008 | http://epydoc.sourceforge.net |