Functions | |
def | path_to_comp_id |
def | path_to_dir_id |
Variables | |
tuple | base_dir = os.getenv("OMNI_ROOT") |
list | cmd |
tuple | comp_name = path_to_comp_id(path, "omni") |
list | data |
tuple | dir_name = path_to_dir_id(path, "omni") |
list | flist = [] |
string | full_path = "\\\\" |
string | omni_files = "COPYING CREDITS THIS_IS_OMNIORB_4_1_4 COPYING.LIB update.log COPYING.PYTHON sample.reg README.FIRST.txt README.win32.txt ReleaseNotes.txt" |
tuple | path = path.replace("/", "\\") |
def omniwxs.path_to_comp_id | ( | path, | |
prefix | |||
) |
Definition at line 61 of file omniwxs.py.
def omniwxs.path_to_dir_id | ( | path, | |
prefix | |||
) |
Definition at line 53 of file omniwxs.py.
string omniwxs::base_dir = os.getenv("OMNI_ROOT") |
Definition at line 45 of file omniwxs.py.
list omniwxs::cmd |
00001 ["flist", 00002 "-c", comp_name, 00003 "-o", dir_name + ".yaml", 00004 "-p", base_dir + path]
Definition at line 88 of file omniwxs.py.
tuple omniwxs::comp_name = path_to_comp_id(path, "omni") |
Definition at line 74 of file omniwxs.py.
list omniwxs::data |
00001 [ 00002 ("", omni_files), 00003 ("bin/scripts", "*.py"), 00004 ("bin/x86_win32", "*.dll *.exe"), 00005 ("idl", "*.idl"), 00006 ("idl/COS", "*.idl"), 00007 ("include", "*.h"), 00008 ("include/COS", "*.h *.hh"), 00009 ("include/omniORB4", "*.h *.hh"), 00010 ("include/omniORB4/internal", "*.h *.hh"), 00011 ("include/omnithread", "*.h"), 00012 ("include/omniVms", "*.hxx"), 00013 ("include/python1.5", "*.h"), 00014 ("lib/python/omniidl", "*.py"), 00015 ("lib/python/omniidl_be", "*.py"), 00016 ("lib/python/omniidl_be/cxx", "*.py"), 00017 ("lib/python/omniidl_be/cxx/dynskel", "*.py"), 00018 ("lib/python/omniidl_be/cxx/header", "*.py"), 00019 ("lib/python/omniidl_be/cxx/impl", "*.py"), 00020 ("lib/python/omniidl_be/cxx/skel", "*.py"), 00021 ("lib/python1.5", "*.py*"), 00022 ("lib/x86_win32", "*.lib"), 00023 ("src", "GNUmakefile") 00024 ]
Definition at line 19 of file omniwxs.py.
tuple omniwxs::dir_name = path_to_dir_id(path, "omni") |
Definition at line 76 of file omniwxs.py.
list omniwxs::flist = [] |
Definition at line 84 of file omniwxs.py.
string omniwxs::full_path = "\\\\" |
Definition at line 81 of file omniwxs.py.
string omniwxs::omni_files = "COPYING CREDITS THIS_IS_OMNIORB_4_1_4 COPYING.LIB update.log COPYING.PYTHON sample.reg README.FIRST.txt README.win32.txt ReleaseNotes.txt" |
Definition at line 17 of file omniwxs.py.
tuple omniwxs::path = path.replace("/", "\\") |
Definition at line 78 of file omniwxs.py.