Home | History | Annotate | Download | only in scheduler

Lines Matching refs:static_rows

376     def _get_labels_with_platform(self, non_static_rows, static_rows):
399 for label_id, label_name, is_platform in static_rows:
429 static_rows = _db.execute(static_query)
431 rows = self._get_labels_with_platform(non_static_rows, static_rows)