Package conary :: Package build :: Module use :: Class SubArch
[hide private]
[frames] | no frames]

Class SubArch

source code

object --+        
         |        
      dict --+    
             |    
          Flag --+
                 |
                SubArch

Instance Methods [hide private]
 
__init__(self, name, parent, track=False, subsumes=None, macros=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_setUsed(self, used=True) source code
 
_toDependency(self, depType=<class 'conary.deps.deps.InstructionSetDependency'>)
Creates a Flavor dep set with the subarch in it.
source code

Inherited from Flag: __and__, __eq__, __ne__, __nonzero__, __or__, __rand__, __repr__, __ror__, __str__, isPlatformFlag, setPlatform, setRequired, setShortDoc

Inherited from dict: __cmp__, __contains__, __delitem__, __ge__, __getattribute__, __getitem__, __gt__, __hash__, __iter__, __le__, __len__, __lt__, __new__, __setitem__, clear, copy, fromkeys, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name, parent, track=False, subsumes=None, macros=None)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Returns:
new empty dictionary

Overrides: Flag.__init__

_setUsed(self, used=True)

source code 
Overrides: Flag._setUsed

_toDependency(self, depType=<class 'conary.deps.deps.InstructionSetDependency'>)

source code 
Creates a Flavor dep set with the subarch in it. Also includes any subsumed subarches if the value of this subarch is true (better comment about why we do that here)
Overrides: Flag._toDependency