Package amplee :: Package storage :: Module storetar :: Class TarFileStoragePathInfo
[hide private]
[frames] | no frames]

Class TarFileStoragePathInfo

source code

object --+
         |
        TarFileStoragePathInfo

Instance Methods [hide private]
 
__init__(self, archive_path, archive_sub_path=None)
A wrapper around two values that matter to the TarFileStorage.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, archive_path, archive_sub_path=None)
(Constructor)

source code 

A wrapper around two values that matter to the TarFileStorage.

Keyword arguments: archive_path -- absolute path to the tar archive archive_sub_path -- sub path within the archive of any of its members
Overrides: object.__init__