![]() |
KIDS
ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
|
Functions | |
reportError (message) | |
removeRecursive (dir) | |
removePackage (mod, verbose) | |
uninstall (verbose=True) | |
writeVersionPy (filename="pykids/version.py", major_version_num=MAJOR_VERSION_NUM, minor_version_num=MINOR_VERSION_NUM, build_info=BUILD_INFO) | |
buildKeywordDictionary (major_version_num=MAJOR_VERSION_NUM, minor_version_num=MINOR_VERSION_NUM, build_info=BUILD_INFO) | |
main () | |
Variables | |
str | MAJOR_VERSION_NUM = '@KIDS_MAJOR_VERSION@' |
str | MINOR_VERSION_NUM = '@KIDS_MINOR_VERSION@' |
str | BUILD_INFO = '@KIDS_BUILD_VERSION@' |
str | GIT_VERSION = '@KIDS_GIT_VERSION@' |
bool | IS_RELEASED = False |
str | __author__ = "Xin He" |
str | __version__ = "%s.%s" % (MAJOR_VERSION_NUM, MINOR_VERSION_NUM) |
setup_old1.buildKeywordDictionary | ( | major_version_num = MAJOR_VERSION_NUM, | |
minor_version_num = MINOR_VERSION_NUM, | |||
build_info = BUILD_INFO ) |
Definition at line 101 of file setup_old1.py.
References reportError().
Referenced by main().
setup_old1.main | ( | ) |
Definition at line 213 of file setup_old1.py.
References buildKeywordDictionary(), main(), reportError(), uninstall(), and writeVersionPy().
Referenced by main().
setup_old1.removePackage | ( | mod, | |
verbose ) |
Definition at line 35 of file setup_old1.py.
References removeRecursive().
Referenced by uninstall().
setup_old1.removeRecursive | ( | dir | ) |
Definition at line 26 of file setup_old1.py.
References removeRecursive().
Referenced by removePackage(), and removeRecursive().
setup_old1.reportError | ( | message | ) |
Definition at line 20 of file setup_old1.py.
Referenced by buildKeywordDictionary(), and main().
setup_old1.uninstall | ( | verbose = True | ) |
Definition at line 48 of file setup_old1.py.
References removePackage().
Referenced by main().
setup_old1.writeVersionPy | ( | filename = "pykids/version.py", | |
major_version_num = MAJOR_VERSION_NUM, | |||
minor_version_num = MINOR_VERSION_NUM, | |||
build_info = BUILD_INFO ) |
Definition at line 61 of file setup_old1.py.
Referenced by main().
|
private |
Definition at line 17 of file setup_old1.py.
|
private |
Definition at line 18 of file setup_old1.py.
str setup_old1.BUILD_INFO = '@KIDS_BUILD_VERSION@' |
Definition at line 13 of file setup_old1.py.
str setup_old1.GIT_VERSION = '@KIDS_GIT_VERSION@' |
Definition at line 14 of file setup_old1.py.
bool setup_old1.IS_RELEASED = False |
Definition at line 15 of file setup_old1.py.
str setup_old1.MAJOR_VERSION_NUM = '@KIDS_MAJOR_VERSION@' |
Definition at line 11 of file setup_old1.py.
str setup_old1.MINOR_VERSION_NUM = '@KIDS_MINOR_VERSION@' |
Definition at line 12 of file setup_old1.py.