jinja2.environment.ifilter

class jinja2.environment.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.

Attributes

next