Searched refs:find_all (Results 1 – 5 of 5) sorted by relevance
125 for tag in tags.find_all('tag'):130 for tp in types.find_all('typedef'):132 for lang in tp.find_all('language'):140 for entry in self.soup.find_all(entry_filter):228 for value in entry.enum.find_all('value'):281 for size in array.find_all('size'):288 for val in tupl.find_all('value'):309 for tag in entry.find_all('tag'):
201 for clone in soup.find_all("clone"):267 for entry in soup.find_all("entry"):289 for value in entry.enum.find_all('value'):
145 enum_values = metadata.find_all(find_values)
65 def find_all(self, pred): member in Node83 for j in i.find_all(pred):96 for i in self.find_all(pred):
64 return root.find_all(_is_sec_or_ins)