Package slimpy_base.setup.option_callbacks


Functions

def runner_callback
 callback for option parser to set the runner class used by the graphmgr
def builder_callback
 callback to set the builder
def opts_callback
 print options and exit
def optest
 run tests and exit

Variables

string __copyright__
 define callbacks for the option parser
string __license__
tuple __env__ = InstanceManager()


Function Documentation

def slimpy_base.setup.option_callbacks.builder_callback (   option,
  opt_str,
  value,
  parser 
)

callback to set the builder

Definition at line 78 of file option_callbacks.py.

def slimpy_base.setup.option_callbacks.optest (   option,
  opt_str,
  value,
  parser 
)

run tests and exit

Definition at line 99 of file option_callbacks.py.

def slimpy_base.setup.option_callbacks.opts_callback (   option,
  opt_str,
  value,
  parser 
)

print options and exit

Definition at line 86 of file option_callbacks.py.

def slimpy_base.setup.option_callbacks.runner_callback (   option,
  opt_str,
  value,
  parser 
)

callback for option parser to set the runner class used by the graphmgr

Definition at line 43 of file option_callbacks.py.


Variable Documentation

string __copyright__

Initial value:

"""
Copyright 2008 Sean Ross-Ross
"""
define callbacks for the option parser

Definition at line 6 of file option_callbacks.py.

Definition at line 36 of file option_callbacks.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 9 of file option_callbacks.py.


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