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

Class LeafMap

source code

object --+
         |
        LeafMap

Instance Methods [hide private]
 
__init__(self, options)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
addTrove(self, troveTup, clonedFrom=None) source code
 
getClonedFrom(self, troveTup) source code
 
addLeafResults(self, branchMap) source code
 
getLeafVersion(self, name, targetBranch, flavor) source code
 
hasAncestor(self, troveTup, targetBranch, repos) source code
 
isAlreadyCloned(self, troveTupleList, targetBranch) source code
 
createSourceVersion(self, sourceTup, targetBranch) source code
 
createBinaryVersion(self, repos, binaryList, sourceVersion) source code
 
createBinaryVersions(self, repos, sourceBinaryList) 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, options)
(Constructor)

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