Source code for ovl.partials.filter_applier

[docs]def filter_applier(input_data, data_filter): return data_filter(input_data)