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 d577225 commit 1ea6658Copy full SHA for 1ea6658
Doc/library/tarfile.rst
@@ -832,6 +832,36 @@ A ``TarInfo`` object has the following public data attributes:
832
:meth:`~TarFile.extractall`, causing extraction to skip applying this
833
attribute.
834
835
+.. attribute:: TarInfo.chksum
836
+
837
+ Header checksum.
838
839
840
+.. attribute:: TarInfo.devmajor
841
842
+ Device major number.
843
844
845
+.. attribute:: TarInfo.devminor
846
847
+ Device minor number.
848
849
850
+.. attribute:: TarInfo.offset
851
852
+ The tar header starts here.
853
854
855
+.. attribute:: TarInfo.offset_data
856
857
+ The file's data starts here.
858
859
860
+.. attribute:: TarInfo.sparse
861
862
+ Sparse member information.
863
864
865
.. attribute:: TarInfo.pax_headers
866
:type: dict
867
0 commit comments