Searched refs:main_path (Results 1 – 3 of 3) sorted by relevance
409 main_path = getattr(sys.modules['__main__'], '__file__', None)410 if not main_path and sys.argv[0] not in ('', '-c'):411 main_path = sys.argv[0]412 if main_path is not None:413 if not os.path.isabs(main_path) and \415 main_path = os.path.join(process.ORIGINAL_DIR, main_path)416 d['main_path'] = os.path.normpath(main_path)479 main_path = data['main_path']480 main_name = os.path.splitext(os.path.basename(main_path))[0]482 main_name = os.path.basename(os.path.dirname(main_path))[all …]
57 var main_path = pathList[pathIndex]; variable58 if (main_path) {59 var itemList = main_path.subPathItems;
26 main_path = os.path.abspath(ld_path + "/../") variable27 sys.path.append(main_path)