Searched refs:static_rows (Results 1 – 2 of 2) sorted by relevance
376 def _get_labels_with_platform(self, non_static_rows, static_rows): argument399 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)
1812 static_rows = models.StaticHostAttribute.query_objects(1814 for row in static_rows: