Package conary :: Package conaryclient :: Module clone :: Class TroveCache
[hide private]
[frames] | no frames]

Class TroveCache

source code

object --+
         |
        TroveCache

Instance Methods [hide private]
 
__init__(self, repos, callback)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
hasTrove(self, name, version, flavor) source code
 
hasTroves(self, troveTups) source code
 
getTroves(self, troveTups, withFiles=True) source code
 
getTrove(self, troveTup, withFiles=True) 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, repos, callback)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)