Lines Matching defs:Path
361 def _nightly_version(site_dir: Path) -> str:
391 def checkout_nightly_version(branch: str, site_dir: Path) -> None:
399 def pull_nightly_version(site_dir: Path) -> None:
406 def _get_listing_linux(source_dir: Path) -> list[Path]:
416 def _get_listing_osx(source_dir: Path) -> list[Path]:
426 def _get_listing_win(source_dir: Path) -> list[Path]:
436 def _glob_pyis(d: Path) -> set[str]:
440 def _find_missing_pyi(source_dir: Path, target_dir: Path) -> list[Path]:
447 def _get_listing(source_dir: Path, target_dir: Path, platform: str) -> list[Path]:
464 def _remove_existing(path: Path) -> None:
473 src: Path,
474 source_dir: Path,
475 target_dir: Path,
476 mover: Callable[[Path, Path], None], argument
500 def _copy_files(listing: list[Path], source_dir: Path, target_dir: Path) -> None:
505 def _link_files(listing: list[Path], source_dir: Path, target_dir: Path) -> None:
511 def move_nightly_files(site_dir: Path, platform: str) -> None: