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 @@ -660,6 +660,7 @@ be finalized; only the internally used file object will be closed. See the
660
660
661
661
662
662
.. attribute :: TarFile.pax_headers
663
+ :type: dict
663
664
664
665
A dictionary containing key-value pairs of pax global headers.
665
666
@@ -830,26 +831,31 @@ A ``TarInfo`` object has the following public data attributes:
830
831
attribute.
831
832
832
833
.. attribute :: TarInfo.chksum
834
+ :type: int
833
835
834
836
Header checksum.
835
837
836
838
837
839
.. attribute :: TarInfo.devmajor
840
+ :type: int
838
841
839
842
Device major number.
840
843
841
844
842
845
.. attribute :: TarInfo.devminor
846
+ :type: int
843
847
844
848
Device minor number.
845
849
846
850
847
851
.. attribute :: TarInfo.offset
852
+ :type: int
848
853
849
854
The tar header starts here.
850
855
851
856
852
857
.. attribute :: TarInfo.offset_data
858
+ :type: int
853
859
854
860
The file's data starts here.
855
861
You can’t perform that action at this time.
0 commit comments