def NotIn(self, key, *right): c = criteria_class.instance(Const.NotIn, key, *right) self._push(c) return self