Lines Matching refs:short_representation
37 def short_representation(self): member in AtomicGroupClass
38 rep = super(AtomicGroupClass, self).short_representation()
90 def short_representation(self): member in Label
91 rep = super(Label, self).short_representation()
102 atomic_group_class.short_representation(),
149 def short_representation(self): member in User
150 rep = super(User, self).short_representation()
186 def short_representation(self): member in Acl
187 rep = super(Acl, self).short_representation()
264 def short_representation(self): member in Host
265 rep = super(Host, self).short_representation()
269 .short_representation())
283 .short_representation())
373 def short_representation(self): member in Test
374 rep = super(Test, self).short_representation()
635 def short_representation(self): member in Job
636 rep = super(Job, self).short_representation()
764 def short_representation(self): member in QueueEntry
765 rep = super(QueueEntry, self).short_representation()
768 .short_representation())
778 {'job': job.short_representation(),
779 'host': host.short_representation(),
780 'label': label.short_representation(),
782 atomic_group_class.short_representation(),
825 def short_representation(self): member in HealthTask
826 rep = super(HealthTask, self).short_representation()
831 {'host': host.short_representation(),
836 'queue_entry': queue_entry.short_representation()