Home
last modified time | relevance | path

Searched refs:non_static_rows (Results 1 – 1 of 1) sorted by relevance

/external/autotest/scheduler/
Dscheduler_models.py376 def _get_labels_with_platform(self, non_static_rows, static_rows): argument
379 return non_static_rows
392 for label_id, label_name, is_platform in non_static_rows:
428 non_static_rows = _db.execute(non_static_query)
431 rows = self._get_labels_with_platform(non_static_rows, static_rows)