Home | History | Annotate | Download | only in webob

Lines Matching refs:GzipFile

978             from gzip import GzipFile
980 gzip_f = GzipFile(filename='', mode='r', fileobj=BytesIO(self.body))