Home
last modified time | relevance | path

Searched refs:ExFileObject (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dtarfile.py793 class ExFileObject(object): class
1511 fileobject = ExFileObject # The default ExFileObject class to use.
/external/python/cpython2/Misc/
DNEWS11509 - Patch #1230446: tarfile.py: fix ExFileObject so that read() and
DHISTORY1848 - Patch #1107973: Allow iterating over the lines of a tarfile.ExFileObject.