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

Class Command

source code

object --+
         |
        Command

A Command is a way of running an Implementation as a program.

Instance Methods
 
__init__(self, qdom, local_dir)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
requires(self) source code
InterfaceDependency
get_runner(self) source code
 
__str__(self)
str(x)
source code
 
bindings(self) source code

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

Class Variables
  path = property(lambda self: self.qdom.attrs.get("path", None))
Properties

Inherited from object: __class__

Method Details

__init__(self, qdom, local_dir)
(Constructor)

source code 

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

Parameters:
Overrides: object.__init__

requires(self)

source code 
Decorators:
  • @property

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

bindings(self)

source code 
Decorators:
  • @property

Since: 1.3