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