CYCAMORE
|
Functions | |
check_windows_cmake (cmake_cmd) | |
install_cyclus (args) | |
main () | |
uninstall_cyclus (args) | |
update_describe () | |
Variables | |
os | absexpanduser = lambda x.path.abspath(os.path.expanduser(x)) |
install.check_windows_cmake | ( | cmake_cmd | ) |
Definition at line 23 of file install.py.
Referenced by install_cyclus().
install.install_cyclus | ( | args | ) |
Definition at line 43 of file install.py.
References absexpanduser, check_windows_cmake(), and update_describe().
Referenced by main().
install.main | ( | ) |
Definition at line 123 of file install.py.
References absexpanduser, install_cyclus(), main(), and uninstall_cyclus().
Referenced by main().
install.uninstall_cyclus | ( | args | ) |
Definition at line 115 of file install.py.
Referenced by main().
install.update_describe | ( | ) |
Definition at line 37 of file install.py.
Referenced by install_cyclus().
os install.absexpanduser = lambda x.path.abspath(os.path.expanduser(x)) |
Definition at line 20 of file install.py.
Referenced by install_cyclus(), and main().