diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/filemetadata.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/filemetadata.py b/python/filemetadata.py index bfcfff90..e8c72775 100644 --- a/python/filemetadata.py +++ b/python/filemetadata.py @@ -263,6 +263,10 @@ class FileMetadata(object): else: return FileMetadata._associated_data[handle.value] + @property + def snapshot_data_applied_without_error(self): + return core.BNIsSnapshotDataAppliedWithoutError(self.handle) + def close(self): """ Closes the underlying file handle. It is recommended that this is done in a |
