Searched refs:frombuf (Results 1 – 4 of 4) sorted by relevance
193 Is raised by :meth:`TarInfo.frombuf` if the buffer it gets is invalid.511 .. method:: TarInfo.frombuf(buf)
1201 def frombuf(cls, buf): member in TarInfo1252 obj = cls.frombuf(buf)
722 tarinfo = tarfile.TarInfo.frombuf(fobj.read(512))
11513 exception if a buffer given to frombuf() is invalid.