Functions | |
def | path_to_comp_id |
def | path_to_dir_id |
Variables | |
tuple | base_dir = os.getenv("RTSE_ROOT") |
list | cmd |
tuple | comp_name = path_to_comp_id(path, "openrtp") |
list | data |
tuple | dir_name = path_to_dir_id(path, "openrtp") |
list | flist = [] |
string | full_path = "\\" |
tuple | path = path.replace("/", "\\") |
def openrtpwxs.path_to_comp_id | ( | path, | |
prefix | |||
) |
Definition at line 40 of file openrtpwxs.py.
def openrtpwxs.path_to_dir_id | ( | path, | |
prefix | |||
) |
Definition at line 32 of file openrtpwxs.py.
tuple openrtpwxs::base_dir = os.getenv("RTSE_ROOT") |
Definition at line 24 of file openrtpwxs.py.
list openrtpwxs::cmd |
00001 ["flist", 00002 "-c", comp_name, 00003 "-o", dir_name + ".yaml", 00004 "-p", base_dir + path]
Definition at line 67 of file openrtpwxs.py.
tuple openrtpwxs::comp_name = path_to_comp_id(path, "openrtp") |
Definition at line 53 of file openrtpwxs.py.
list openrtpwxs::data |
00001 [ 00002 ("", "*.jar *.exe .eclipseproduct"), 00003 ("configuration", "*.ini *.jar"), 00004 ("plugins", "*.jar"), 00005 ]
Definition at line 17 of file openrtpwxs.py.
tuple openrtpwxs::dir_name = path_to_dir_id(path, "openrtp") |
Definition at line 55 of file openrtpwxs.py.
list openrtpwxs::flist = [] |
Definition at line 63 of file openrtpwxs.py.
string openrtpwxs::full_path = "\\" |
Definition at line 60 of file openrtpwxs.py.
tuple openrtpwxs::path = path.replace("/", "\\") |
Definition at line 57 of file openrtpwxs.py.