Acquire.Storage._drivemeta module¶
-
class
DriveMeta(name=None, uid=None, container=None, aclrules=None)[source]¶ Bases:
objectThis is a lightweight class that holds the metadata about a Drive
-
container_uid()[source]¶ Return the UID of the drive that contains this drive, at least via the access path followed by the user. This returns None if the user accessed this drive as a top-level drive
-
container_uids()[source]¶ Return the UIDs of the full hierarchy of the drives that contain this drive, as this drive was accessed by the user. This returns an empty list if the user accessed this drive as a top-level drive
-
static
from_data(data)[source]¶ Return an object constructed from the passed json-deserialised dictionary
-