scrapy.http.response.Response.replace

Here are the examples of the python api scrapy.http.response.Response.replace taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: scrapy Source File: text.py
Function: replace
    def replace(self, *args, **kwargs):
        kwargs.setdefault('encoding', self.encoding)
        return Response.replace(self, *args, **kwargs)