add method

add(self, filter)

Adds string filter.


def add(self, filter):
    ...
ParameterTypeDescription
filterstrThe filter data.

See Also