Package _setup :: Package make :: Module _make :: Class _Runner
[hide private]
[frames] | no frames]

Class _Runner

source code

object --+
         |
        _Runner

Runner
Instance Methods [hide private]
 
__init__(self, *targetscollection)
Initialization
source code
 
print_help(self)
Print make help
source code
 
targetinfo(self)
Extract target information
source code
 
_topleveltargets(self)
Find all top level targets
source code
 
_run(self, target, seen=None)
Run a target
source code
 
_clean(self, target, scm, dist, seen=None)
Run a target
source code
 
_make_init(self, seen)
Make init mapper
source code
 
run_clean(self, *targets, **kwargs)
Run targets
source code
 
__call__(self, *targets, **kwargs)
Run targets
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *targetscollection)
(Constructor)

source code 
Initialization
Overrides: object.__init__