Home | History | Annotate | Download | only in thirdparty

Lines Matching refs:findAll

585         findAll() method. Eg. tag('a') returns a list of all the A tags
587 return apply(self.findAll, args, kwargs)
768 l = self.findAll(name, attrs, recursive, text, 1, **kwargs)
774 def findAll(self, name=None, attrs={}, recursive=True, text=None,
789 findChildren = findAll
793 fetch = findAll
796 return self.findAll(text=text, recursive=recursive, limit=limit)