jinja2.sandbox.Set.intersection

Set.intersection(other)

Return the intersection of two sets as a new set.

(I.e. all elements that are in both sets.)