massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / distutils / dep_util.pyi
1 def newer(source: str, target: str) -> bool: ...
2 def newer_pairwise(sources: list[str], targets: list[str]) -> list[tuple[str, str]]: ...
3 def newer_group(sources: list[str], target: str, missing: str = ...) -> bool: ...