We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd147db commit 74e4292Copy full SHA for 74e4292
1 file changed
steam/core/manifest.py
@@ -73,6 +73,22 @@ def linktarget(self):
73
"""
74
return os.path.join(*self.linktarget_raw.split('\\'))
75
76
+ @property
77
+ def sha_content(self):
78
+ """File content SHA1
79
+
80
+ :type: bytes
81
+ """
82
+ return self.file_mapping.sha_content
83
84
85
+ def sha_filename(self):
86
+ """Filename SHA1
87
88
89
90
+ return self.file_mapping.sha_filename
91
92
@property
93
def size(self):
94
"""File size in bytes
0 commit comments