Package conary :: Package build :: Module cook :: Class _SimpleTrove
[hide private]
[frames] | no frames]

Class _SimpleTrove

source code

object --+
         |
        _SimpleTrove

Instance Methods [hide private]
 
__init__(self, name, version, flavor, childTroves=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
getNameVersionFlavor(self) source code
 
getName(self) source code
 
getVersion(self) source code
 
getFlavor(self) source code
 
iterTroveList(self, strongRefs=True) source code
 
_addChildTrove(self, childTrove) source code

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

Properties [hide private]
  _childTrovesNVF
  flavor
  name
  version

Inherited from object: __class__

Method Details [hide private]

__init__(self, name, version, flavor, childTroves=None)
(Constructor)

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