Searched defs:find_all (Results 1 – 4 of 4) sorted by relevance
1177 .. _name:1179 The ``name`` argument1197 The keyword arguments1246 Searching by CSS class1314 The ``text`` argument1351 ``find_all()`` returns all the tags and strings that match your1366 The ``recursive`` argument
55 int find_all; in main() local
184 def find_all(self, node_type): member in Node
1165 def find_all(self, name=None, attrs={}, recursive=True, text=None, member in Tag