Searched defs:parser_features (Results 1 – 3 of 3) sorted by relevance
146 use_unicode=True, cookiejar=None, parser_features=None, argument258 def set_parser_features(self, parser_features): argument
31 parser_features = 'html.parser' variable in TestResponse
405 def __init__(self, response, text, parser_features='html.parser'): argument