class FilterModule: def filters(self): return { "contains": contains, } def contains(a, b): return b in a