zut.Filter

class zut.Filter(spec: str | Pattern, *, normalize: bool = False)

Bases: object

__init__(spec: str | Pattern, *, normalize: bool = False)

Methods

__init__(spec, *[, normalize])

matches(value[, is_normalized])

normalize_spec(spec)

normalize_value(value)