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