build method

build

Builds the final string representing the combined filter functions.

Returns

A string representing the filter functions.

def build(self):
    ...

See Also