ra4_macros
bede988c286599a3a84b77a4d788ac0a971e89f9
|
Variables | |
tuple | orig_dir = getcwd() |
tuple | temp_dir = mkdtemp() |
string | susy_cfa = temp_dir+'/susy_cfa' |
string | cfg_path = susy_cfa+'/txt/small_tree_cfg' |
list | cfg_files = [ file for file in listdir(cfg_path) if path.isfile(cfg_path+'/'+file) ] |
string | src = susy_cfa+'/txt/small_tree_cfg/' |
string | dst = orig_dir+'/txt/small_tree_cfg' |
list sync_with_susy_cfa.cfg_files = [ file for file in listdir(cfg_path) if path.isfile(cfg_path+'/'+file) ] |
Definition at line 25 of file sync_with_susy_cfa.py.
string sync_with_susy_cfa.cfg_path = susy_cfa+'/txt/small_tree_cfg' |
Definition at line 24 of file sync_with_susy_cfa.py.
string sync_with_susy_cfa.dst = orig_dir+'/txt/small_tree_cfg' |
Definition at line 29 of file sync_with_susy_cfa.py.
tuple sync_with_susy_cfa.orig_dir = getcwd() |
Definition at line 8 of file sync_with_susy_cfa.py.
string sync_with_susy_cfa.src = susy_cfa+'/txt/small_tree_cfg/' |
Definition at line 28 of file sync_with_susy_cfa.py.
string sync_with_susy_cfa.susy_cfa = temp_dir+'/susy_cfa' |
Definition at line 15 of file sync_with_susy_cfa.py.
tuple sync_with_susy_cfa.temp_dir = mkdtemp() |
Definition at line 9 of file sync_with_susy_cfa.py.