File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -668,6 +668,7 @@ be finalized; only the internally used file object will be closed. See the
668
668
669
669
670
670
.. attribute :: TarFile.pax_headers
671
+ :type: dict
671
672
672
673
A dictionary containing key-value pairs of pax global headers.
673
674
@@ -833,26 +834,31 @@ A ``TarInfo`` object has the following public data attributes:
833
834
attribute.
834
835
835
836
.. attribute :: TarInfo.chksum
837
+ :type: int
836
838
837
839
Header checksum.
838
840
839
841
840
842
.. attribute :: TarInfo.devmajor
843
+ :type: int
841
844
842
845
Device major number.
843
846
844
847
845
848
.. attribute :: TarInfo.devminor
849
+ :type: int
846
850
847
851
Device minor number.
848
852
849
853
850
854
.. attribute :: TarInfo.offset
855
+ :type: int
851
856
852
857
The tar header starts here.
853
858
854
859
855
860
.. attribute :: TarInfo.offset_data
861
+ :type: int
856
862
857
863
The file's data starts here.
858
864
You can’t perform that action at this time.
0 commit comments