Package zeroinstall :: Package injector :: Module model :: Class DistributionImplementation
[frames] | no frames]

Class DistributionImplementation

source code

    object --+    
             |    
Implementation --+
                 |
                DistributionImplementation

An implementation provided by the distribution. Information such as the version comes from the package manager.


Since: 0.28

Instance Methods
 
__init__(self, feed, id)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from Implementation: __cmp__, __repr__, __str__, get_stability, get_version

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

Class Variables

Inherited from Implementation: arch, machine, os

Instance Variables

Inherited from Implementation: bindings, download_sources, feed, id, langs, main, metadata, released, requires, upstream_stability, user_stability, version

Properties

Inherited from object: __class__

Method Details

__init__(self, feed, id)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)