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

Class Architecture

source code

A description of an architecture. Use by solver to make sure it chooses compatible versions.

Instance Methods
 
__init__(self, os_ranks, machine_ranks) source code
 
__str__(self) source code
Instance Variables
Architecture child_arch
architecture for dependencies (usually self)
{str: int} machine_ranks
supported CPU types and their desirability
{str: int} os_ranks
supported operating systems and their desirability