Searched refs:find_all (Results 1 – 5 of 5) sorted by relevance
124 for tag in tags.find_all('tag'):129 for tp in types.find_all('typedef'):131 for lang in tp.find_all('language'):139 for entry in self.soup.find_all(entry_filter):228 for value in entry.enum.find_all('value'):284 for size in array.find_all('size'):291 for val in tupl.find_all('value'):312 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'):
110 enum_values = metadata.find_all(find_values)
64 def find_all(self, pred): member in Node82 for j in i.find_all(pred):95 for i in self.find_all(pred):
64 return root.find_all(_is_sec_or_ins)