Package s3 :: Module s3sync :: Class S3SyncRepository
[frames] | no frames]

Class S3SyncRepository

source code

object --+
         |
        S3SyncRepository

Class representation of a peer repository

Instance Methods
 
__init__(self, repository)
Constructor
source code
 
config(self)
Lazy access to the current sync config
source code
 
__getattr__(self, name)
Delegate other attributes and methods to the adapter
source code
 
close_archives(self)
Close any open archives
source code

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

Properties

Inherited from object: __class__

Method Details

__init__(self, repository)
(Constructor)

source code 

Constructor

Parameters:
  • repository - the repository record (Row)
Overrides: object.__init__

config(self)

source code 

Lazy access to the current sync config

Decorators:
  • @property

__getattr__(self, name)
(Qualification operator)

source code 

Delegate other attributes and methods to the adapter

Parameters:
  • name - the attribute/method

close_archives(self)

source code 

Close any open archives