Package zeroinstall :: Package injector :: Module arch :: Class SourceArchitecture
[frames] | no frames]

Class SourceArchitecture

source code

  object --+    
           |    
Architecture --+
               |
              SourceArchitecture

Matches source code that creates binaries for a particular architecture. Note that the child_arch here is the binary; source code depends on binary tools, not on other source packages.

Instance Methods
 
__init__(self, binary_arch)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from Architecture: __str__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Instance Variables

Inherited from Architecture: child_arch, machine_ranks, os_ranks, use

Properties

Inherited from object: __class__

Method Details

__init__(self, binary_arch)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
Overrides: object.__init__