Lines Matching refs:parent
24 __path__ = [str(Path(__file__).resolve().parent)]
121 for dest, src in rglob(Path(tcl_lib).parent, "**/*"):
132 src = src.parent / (src.stem + "_d" + src.suffix)
286 if not ns.precompile or src not in PY_FILES or src.parent in DATA_DIRS:
312 zf.write(str(f), str(dest.parent / f.name))
382 ns.zip.parent.mkdir(parents=True, exist_ok=True)
414 (ns.copy / dest).parent.mkdir(parents=True, exist_ok=True)
426 and src.parent not in DATA_DIRS
432 (ns.temp / "Lib" / dest).parent.mkdir(parents=True, exist_ok=True)
441 (ns.copy / dest).parent.mkdir(parents=True, exist_ok=True)
461 cdest = Path(dest).parent / Path(c).relative_to(src.parent)
471 ns.catalog.parent.mkdir(parents=True, exist_ok=True)
577 ns.source = ns.source or (Path(__file__).resolve().parent.parent.parent)
578 ns.build = ns.build or Path(sys.executable).parent