Searched refs:find_parent (Results 1 – 5 of 5) sorted by relevance
995 static inline ppa_struct *find_parent(void) in find_parent() function1031 temp = find_parent(); in __ppa_attach()
1128 static inline imm_struct *find_parent(void) in find_parent() function1168 temp = find_parent(); in __imm_attach()
454 self.assertEqual(self.start.find_parent('ul')['id'], 'bottom')455 self.assertEqual(self.start.find_parent('ul', id='top')['id'], 'top')463 self.assertEqual(text.find_parent('ul')['id'], 'bottom')
467 def find_parent(self, name=None, attrs={}, **kwargs): member in PageElement477 findParent = find_parent # BS3
149 * Fix a bug by which keyword arguments to find_parent() were not