Package zeroinstall :: Package injector :: Module fetch :: Class DownloadStepRunner
[frames] | no frames]

Class DownloadStepRunner

source code

object --+    
         |    
StepRunner --+
             |
            DownloadStepRunner

A step runner for the <archive> step.


Since: 1.10

Nested Classes
  model_type
A DownloadSource provides a way to fetch an implementation.
Instance Methods
 
prepare(self, fetcher, blockers) source code
 
apply(self, basedir) source code
 
close(self)
Release any resources (called on success or failure).
source code

Inherited from StepRunner: __init__

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

Class Methods

Inherited from StepRunner: class_for

Properties

Inherited from object: __class__

Method Details

prepare(self, fetcher, blockers)

source code 
Parameters:
Overrides: StepRunner.prepare

apply(self, basedir)

source code 
Parameters:
  • basedir (str)

close(self)

source code 

Release any resources (called on success or failure).

Overrides: StepRunner.close
(inherited documentation)