Searched refs:find_first (Results 1 – 5 of 5) sorted by relevance
226 return bool(node.find_first(lambda x: isinstance(x, metadata_model.Enum)))1194 node = metadata.find_first(name_match(candidate2.replace('\n','')))1199 node = metadata.find_first(name_match(candidate2b))1210 node = metadata.find_first(name_match(candidate3.replace('\n','')))1216 node = metadata.find_first(name_match(candidate3b))
22 …% if section.find_first(lambda x: isinstance(x, metadata_model.Entry) and x.kind == kind_name) and…
60 …% if section.find_first(lambda x: isinstance(x, metadata_model.Entry) and x.kind == xml_name) and \
79 …% if section.find_first(lambda x: isinstance(x, metadata_model.Entry) and x.kind == xml_name) and \
85 def find_first(self, pred): member in Node