Package conary :: Package build :: Module redirectrecipe :: Class _RedirectInfo
[hide private]
[frames] | no frames]

Class _RedirectInfo

source code

object --+    
         |    
 _Redirect --+
             |
            _RedirectInfo

Instance Methods [hide private]
 
__init__(self, targetName, targetBranch, targetFlavor)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from _Redirect: addComponents

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

Class Variables [hide private]
  isRemove = False
Properties [hide private]
  components
  targetBranch
  targetFlavor
  targetName

Inherited from object: __class__

Method Details [hide private]

__init__(self, targetName, targetBranch, targetFlavor)
(Constructor)

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