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

Class SourceArchitecture

source code

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) source code

Inherited from Architecture: __str__

Instance Variables

Inherited from Architecture: child_arch, machine_ranks, os_ranks

Method Details

__init__(self, binary_arch)
(Constructor)

source code 
Overrides: Architecture.__init__