(self, *args, **kwargs)
| 83 | as ``response.real_url``. |
| 84 | """ |
| 85 | def replace(self, *args, **kwargs): |
| 86 | kwargs.setdefault('encoding', self.encoding) |
| 87 | return _SplashResponseMixin.replace(self, *args, **kwargs) |
| 88 | |
| 89 | |
| 90 | class SplashJsonResponse(SplashResponse): |
no outgoing calls
no test coverage detected