Searched refs:_normal_body_regex (Results 1 – 2 of 2) sorted by relevance
296 _normal_body_regex = re.compile(to_bytes(r'[ \n\r\t]+')) variable in TestResponse304 self._normal_body = self._normal_body_regex.sub(b' ', self.body)
798 _normal_body_regex = re.compile(br'[ \n\r\t]+') variable in TestResponse802 self._normal_body = self._normal_body_regex.sub(