both method

both(self, other)

Combines two search specifications using the logical AND operator.

Returns

A composite specification.


def both(self, other):
    ...
Parameter Type Description
other groupdocs.metadata.search.Specification A specification to combine with.

See Also