Home
last modified time | relevance | path

Searched refs:_PaddedFile (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dgzip.py75 class _PaddedFile: class
404 super().__init__(_PaddedFile(fp), zlib.decompressobj,
/third_party/python/Misc/
DHISTORY11552 - Issue #10465: fix broken delegating of attributes by gzip._PaddedFile.