Searched refs:findPreviousSibling (Results 1 – 3 of 3) sorted by relevance
71 if tag.findPreviousSibling('tr') and tag.parent.name == 'table':
70 if tag.findPreviousSibling('tr') and tag.parent.name == 'table':
291 def findPreviousSibling(self, name=None, attrs={}, text=None, **kwargs): member in PageElement