Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
.. attribute:: TarFile.pax_headers
+ :type: dict
A dictionary containing key-value pairs of pax global headers.
attribute.
.. attribute:: TarInfo.chksum
+ :type: int
Header checksum.
.. attribute:: TarInfo.devmajor
+ :type: int
Device major number.
.. attribute:: TarInfo.devminor
+ :type: int
Device minor number.
.. attribute:: TarInfo.offset
+ :type: int
The tar header starts here.
.. attribute:: TarInfo.offset_data
+ :type: int
The file's data starts here.