def _in(self, args): """First term is in set of remaining terms.""" return self._op_compare(args, operator.contains)