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