Lines Matching full:join
219 pkg_fname = os.path.join(pkg_dir, "__init__.py")
239 sub_dir = os.path.join(sub_dir, pkg_name)
243 mod_fname = os.path.join(sub_dir, test_fname)
262 os.remove(os.path.join(root, name))
266 fullname = os.path.join(root, name)
377 module_dir = os.path.join(module_dir, pkg_name)
379 sibling_fname = os.path.join(module_dir, "sibling.py")
383 uncle_dir = os.path.join(parent_dir, "uncle")
386 cousin_dir = os.path.join(uncle_dir, "cousin")
389 nephew_fname = os.path.join(cousin_dir, "nephew.py")
454 init = os.path.join(pkg_dir, "__runpy_pkg__", "__init__.py")
568 pkg_name = ".".join([base_name] * depth)
574 pkg_name = ".".join([base_name] * max_depth)
747 filename = os.path.join(script_dir, 'script.py')