| |
- __builtin__.object
-
- WprArchiveInfo
- exceptions.Exception(exceptions.BaseException)
-
- ArchiveError
class WprArchiveInfo(__builtin__.object) |
| |
Methods defined here:
- AddNewTemporaryRecording(self, temp_wpr_file_path=None)
- AddRecordedStories(self, stories, upload_to_cloud_storage=False)
- DownloadArchivesIfNeeded(self)
- Downloads archives iff the Archive has a bucket parameter and the user
has permission to access the bucket.
Raises cloud storage Permissions or Credentials error when there is no
local copy of the archive and the user doesn't have permission to access
the archive's bucket.
Warns when a bucket is not specified or when the user doesn't have
permission to access the archive's bucket but a local copy of the archive
exists.
- WprFilePathForStory(self, story)
- __init__(self, file_path, data, bucket)
Class methods defined here:
- FromFile(cls, file_path, bucket) from __builtin__.type
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
| |