Searched refs:GetAttributes (Results 1 – 8 of 8) sorted by relevance
50 result = self.eb.GetAttributes(job_message, assigned_only=True)58 result = self.eb.GetAttributes(job, assigned_only=True)80 result = self.eb.GetAttributes(job_message, assigned_only=False)103 result = self.eb.GetAttributes(job, assigned_only=False)
56 resource_attrs = self.GetAttributes(resource, assigned_only=True)57 reference_attrs = self.GetAttributes(reference)60 def GetAttributes(self, value, assigned_only=False): member in EndpointBase281 model_properties = self.GetAttributes(metaclass)
214 result_attrs = xml_utils.GetAttributes(218 summary_attrs = xml_utils.GetAttributes(282 summary_after_retry = xml_utils.GetAttributes(
218 result_attrs = xml_utils.GetAttributes(226 build_attrs = xml_utils.GetAttributes(232 summary_attrs = xml_utils.GetAttributes(
201 result = xml_utils.GetAttributes(
182 ref_build_attrs = xml_utils.GetAttributes(
152 mock_xml_util.GetAttributes.return_value = {
22 def GetAttributes(xml_file, tag, attrs): function