Package slimpy_base.Core.Runners.RunnerBase


Classes

class  Runner
 Abstract class. More...

Functions

def set_graph
def add
 simple helper function TODO: replace with reduce( lambda x,y:y+y,commands)
def get_new_sources

Variables

string __copyright__
 Base class for all runner subclasses needed by the GraphManager.
string __license__
tuple env = InstanceManager()
 cleaner = None
 created_nodes = None


Function Documentation

def slimpy_base.Core.Runners.RunnerBase.add (   self,
  commands 
)

simple helper function TODO: replace with reduce( lambda x,y:y+y,commands)

Definition at line 61 of file RunnerBase.py.

def slimpy_base.Core.Runners.RunnerBase.get_new_sources (   self  ) 

Definition at line 76 of file RunnerBase.py.

def slimpy_base.Core.Runners.RunnerBase.set_graph (   self,
  graph 
)

Definition at line 47 of file RunnerBase.py.


Variable Documentation

string __copyright__

Initial value:

"""
Copyright 2008 Sean Ross-Ross
"""
Base class for all runner subclasses needed by the GraphManager.

Definition at line 7 of file RunnerBase.py.

string __license__

Initial value:

"""
This file is part of SLIMpy .

SLIMpy is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

SLIMpy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with SLIMpy . If not, see <http://www.gnu.org/licenses/>.
"""

Definition at line 10 of file RunnerBase.py.

Definition at line 44 of file RunnerBase.py.

Definition at line 45 of file RunnerBase.py.

tuple env = InstanceManager()

Definition at line 43 of file RunnerBase.py.


Generated on Sun Aug 10 09:11:11 2008 for SLIMpy by  doxygen 1.5.6