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() |
| def slimpy_base.setup.option_callbacks.builder_callback | ( | option, | ||
| opt_str, | ||||
| value, | ||||
| parser | ||||
| ) |
| def slimpy_base.setup.option_callbacks.optest | ( | option, | ||
| opt_str, | ||||
| value, | ||||
| parser | ||||
| ) |
| def slimpy_base.setup.option_callbacks.opts_callback | ( | option, | ||
| opt_str, | ||||
| value, | ||||
| parser | ||||
| ) |
| 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.
| string __copyright__ |
Initial value:
""" Copyright 2008 Sean Ross-Ross """
Definition at line 6 of file option_callbacks.py.
| tuple __env__ = InstanceManager() |
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.
1.5.6