Home | History | Annotate | Download | only in extensions

Lines Matching refs:sibling

85         sibling = self.lastChild(parent)
86 if not terms and sibling is None:
91 if not terms and sibling.tag == 'p':
94 terms = sibling.text.split('\n')
95 parent.remove(sibling)
96 # Aquire new sibling
97 sibling = self.lastChild(parent)
101 if sibling and sibling.tag == 'dl':
103 dl = sibling