Package zeroinstall :: Package injector :: Module selections :: Class ImplSelection
[frames] | no frames]

Class ImplSelection

source code

object --+    
         |    
 Selection --+
             |
            ImplSelection

A Selection created from an Implementation

Instance Methods
 
__init__(self, iface_uri, impl, dependencies)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
bindings(self) source code
 
digests(self) source code
 
get_command(self, name) source code
 
get_commands(self) source code

Inherited from Selection: __repr__, get_path, is_available, local_path

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

Class Variables

Inherited from Selection: feed, id, interface, main

Instance Variables

Inherited from Selection: attrs, dependencies, version

Properties

Inherited from object: __class__

Method Details

__init__(self, iface_uri, impl, dependencies)
(Constructor)

source code 

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

Parameters:
Overrides: object.__init__

bindings(self)

source code 
Decorators:
  • @property

digests(self)

source code 
Decorators:
  • @property