def sel_max(self): query = self.select(fn.max(n_number.n_num)) # n_number - объект/таблица; n_num - атрибут return query.count()