Home
last modified time | relevance | path

Searched refs:frombuf (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Doc/library/
Dtarfile.rst193 Is raised by :meth:`TarInfo.frombuf` if the buffer it gets is invalid.
511 .. method:: TarInfo.frombuf(buf)
/external/python/cpython2/Lib/
Dtarfile.py1201 def frombuf(cls, buf): member in TarInfo
1252 obj = cls.frombuf(buf)
/external/python/cpython2/Lib/test/
Dtest_tarfile.py722 tarinfo = tarfile.TarInfo.frombuf(fobj.read(512))
/external/python/cpython2/Misc/
DNEWS11513 exception if a buffer given to frombuf() is invalid.