Searched refs:_end_body_re (Results 1 – 2 of 2) sorted by relevance
57 _end_body_re = re.compile(r'</body.*?>', re.I|re.S) variable in Commenter63 match = self._end_body_re.search(html)
200 _end_body_re = re.compile(r'</body.*?>', re.I|re.S)206 match = self._end_body_re.search(html)