Lines Matching refs:smart_get
136 host2 = models.Host.smart_get(host2.id)
419 label1 = models.Label.smart_get('static')
439 label1 = models.Label.smart_get('static')
457 self.assertEqual(models.Label.smart_get('static').invalid, 0)
515 label = models.Label.smart_get('static')
530 label = models.Label.smart_get('static')
531 label1 = models.Label.smart_get('label1')
532 label2 = models.Label.smart_get('label2')
552 label = models.Label.smart_get('static')
565 host1 = models.Host.smart_get(host.id)
566 shard1 = models.Shard.smart_get(shard.id)
579 host1 = models.Host.smart_get(host.id)
585 label = models.Label.smart_get('static')
592 host1 = models.Host.smart_get(host.id)
600 label1 = models.Label.smart_get('label1')
601 label2 = models.Label.smart_get('label2')
602 label = models.Label.smart_get('static')
619 label1 = models.Label.smart_get('label1')
620 label2 = models.Label.smart_get('label2')
621 label = models.Label.smart_get('static')
1271 models.Host.smart_get, host1_id)
1285 host1 = models.Host.smart_get(host1.id)
1288 models.Shard.smart_get, shard1.hostname)
1335 models.Label.smart_get, label1.id)
1768 label = models.Label.smart_get(label_name)
1798 host1 = models.Host.smart_get(host1.id)
1799 shard1 = models.Shard.smart_get(shard1.id)