Searched refs:full_representation (Results 1 – 3 of 3) sorted by relevance
43 def full_representation(self): member in AtomicGroupClass44 rep = super(AtomicGroupClass, self).full_representation()97 def full_representation(self): member in Label98 rep = super(Label, self).full_representation()155 def full_representation(self): member in User156 rep = super(User, self).full_representation()192 def full_representation(self): member in Acl193 rep = super(Acl, self).full_representation()277 def full_representation(self): member in Host278 rep = super(Host, self).full_representation()[all …]
36 def full_representation(self): member in TestResult37 rep = super(TestResult, self).full_representation()
275 def full_representation(self): member in Entry280 return self._basic_response(self.full_representation())288 return self._basic_response(self.full_representation())341 def full_representation(self): member in InstanceEntry343 return super(InstanceEntry, self).full_representation()428 rep = entry.full_representation()491 def full_representation(self): member in Collection