Packages | |
| package | api |
| user interface to the slimpy core | |
| package | Core |
| package | Environment |
| Track environment variables throughout SLIMpy. | |
| package | info |
| package | setup |
| package | shelp |
| package | SLIMmath |
| package | User |
| package | utils |
Functions | |
| def | initialize |
| initialize SLIMpy environment | |
Variables | |
| string | __copyright__ |
| string | __license__ |
| int | __version_major__ = 3 |
| major version number | |
| int | __version_minor__ = 0 |
| minor version number | |
| __revision__ = info.rev | |
| svn revision number | |
| string | __version__ = "SLIMpy: %(__version_major__)s.%(__version_minor__)s: svn revision %(__revision__)s" |
| __date__ = info.date | |
| def slimpy_base.initialize | ( | ) |
| string __copyright__ |
Definition at line 41 of file __init__.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 12 of file __init__.py.
| string __version__ = "SLIMpy: %(__version_major__)s.%(__version_minor__)s: svn revision %(__revision__)s" |
Definition at line 40 of file __init__.py.
| int __version_major__ = 3 |
| int __version_minor__ = 0 |
1.5.6