Namespaces | |
| namespace | BookKeeping | 
| namespace | DefaultEnvCalls | 
| namespace | DefaultL2Hfiles | 
| namespace | functions | 
| namespace | scanners | 
| namespace | tools | 
Functions | |
| def | add_to_default_toolpath | 
| def | add_to_default_tools | 
Variables | |
| string | __copyright__ | 
| repro: a Python package for automating reproducible research in scientific computing   | |
| string | __license__ | 
| tuple | this_path = _dname(__file__) | 
| tuple | repro_toolpath = _join( this_path, 'tools') | 
| def repro::add_to_default_toolpath | ( | toolpath | ) | 
Definition at line 38 of file build/lib/repro/__init__.py.
| def repro::add_to_default_tools | ( | atool | ) | 
Definition at line 49 of file build/lib/repro/__init__.py.
| string repro::__copyright__ | 
Initial value:
""" Copyright (C) 2008 Gilles Hennenfent, Sean Ross-Ross """
Definition at line 6 of file build/lib/repro/__init__.py.
| string repro::__license__ | 
Initial value:
""" This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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 General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. """
Definition at line 10 of file build/lib/repro/__init__.py.
| tuple repro::repro_toolpath = _join( this_path, 'tools') | 
Definition at line 31 of file build/lib/repro/__init__.py.
| tuple repro::this_path = _dname(__file__) | 
Definition at line 30 of file build/lib/repro/__init__.py.
 1.5.6