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 @@ -673,6 +673,7 @@ be finalized; only the internally used file object will be closed. See the
673
673
674
674
675
675
.. attribute :: TarFile.pax_headers
676
+ :type: dict
676
677
677
678
A dictionary containing key-value pairs of pax global headers.
678
679
@@ -838,26 +839,31 @@ A ``TarInfo`` object has the following public data attributes:
838
839
attribute.
839
840
840
841
.. attribute :: TarInfo.chksum
842
+ :type: int
841
843
842
844
Header checksum.
843
845
844
846
845
847
.. attribute :: TarInfo.devmajor
848
+ :type: int
846
849
847
850
Device major number.
848
851
849
852
850
853
.. attribute :: TarInfo.devminor
854
+ :type: int
851
855
852
856
Device minor number.
853
857
854
858
855
859
.. attribute :: TarInfo.offset
860
+ :type: int
856
861
857
862
The tar header starts here.
858
863
859
864
860
865
.. attribute :: TarInfo.offset_data
866
+ :type: int
861
867
862
868
The file's data starts here.
863
869
You can’t perform that action at this time.
0 commit comments