We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8fd22 commit d7a544aCopy full SHA for d7a544a
Doc/library/tarfile.rst
@@ -829,6 +829,36 @@ A ``TarInfo`` object has the following public data attributes:
829
:meth:`~TarFile.extractall`, causing extraction to skip applying this
830
attribute.
831
832
+.. attribute:: TarInfo.chksum
833
+
834
+ Header checksum.
835
836
837
+.. attribute:: TarInfo.devmajor
838
839
+ Device major number.
840
841
842
+.. attribute:: TarInfo.devminor
843
844
+ Device minor number.
845
846
847
+.. attribute:: TarInfo.offset
848
849
+ The tar header starts here.
850
851
852
+.. attribute:: TarInfo.offset_data
853
854
+ The file's data starts here.
855
856
857
+.. attribute:: TarInfo.sparse
858
859
+ Sparse member information.
860
861
862
.. attribute:: TarInfo.pax_headers
863
:type: dict
864
0 commit comments