Home
last modified time | relevance | path

Searched defs:PathLike (Results 1 – 25 of 242) sorted by relevance

12345678910

/dports/devel/py-pdm-pep517/pdm-pep517-0.9.2/pdm/pep517/
H A Dscm.py24 cwd: Optional[os.PathLike] = None,
72 def _git_get_branch(root: os.PathLike) -> Optional[str]:
79 def _git_is_dirty(root: os.PathLike) -> bool:
84 def _git_get_node(root: os.PathLike) -> Optional[str]:
91 def _git_count_all_nodes(root: os.PathLike) -> int:
167 def git_parse_version(root: os.PathLike) -> Optional[VersionInfo]:
193 def get_latest_normalizable_tag(root: os.PathLike) -> str:
211 def hg_get_graph_distance(root: os.PathLike, rev1: str, rev2: str = ".") -> int:
218 root: os.PathLike, tag: str, dist: int, node: str, branch: str
271 def hg_parse_version(root: os.PathLike) -> Optional[VersionInfo]:
[all …]
/dports/devel/py-gitpython/GitPython-3.1.24/git/index/
H A Dbase.py117 def __init__(self, repo: 'Repo', file_path: Union[PathLike, None] = None) -> None:
376 def _iter_expand_paths(self: 'IndexFile', paths: Sequence[PathLike]) -> Iterator[PathLike]:
430 …def _write_path_to_stdin(self, proc: 'Popen', filepath: PathLike, item: PathLike, fmakeexc: Callab…
431 fprogress: Callable[[PathLike, bool, PathLike], None], argument
589 def _to_relative_path(self, path: PathLike) -> PathLike:
622 def _store_path(self, filepath: PathLike, fprogress: Callable) -> BaseIndexEntry:
841 …def _items_to_rela_paths(self, items: Union[PathLike, Sequence[Union[PathLike, BaseIndexEntry, Blo…
1039 def checkout(self, paths: Union[None, Iterable[PathLike]] = None, force: bool = False,
1092 def handle_stderr(proc: 'Popen[bytes]', iter_checked_out_files: Iterable[PathLike]) -> None:
1208 paths: Union[None, Iterable[PathLike]] = None,
[all …]
/dports/math/py-nevergrad/nevergrad-0.4.3.post2/nevergrad/benchmark/
H A D__main__.py21 output: tp.Optional[tp.PathLike] = None,
100 output: tp.Optional[tp.PathLike] = None,
102 imports: tp.Optional[tp.List[tp.PathLike]] = None,
/dports/emulators/qemu/qemu-6.2.0/meson/tools/
H A Dcopy_files.py27 PathLike = T.Union[Path,str] variable
29 def copy_files(files: T.List[str], input_dir: PathLike, output_dir: PathLike) -> None:
H A Dregenerate_docs.py33 PathLike = T.Union[Path,str] variable
136 def regenerate_docs(output_dir: PathLike,
137 dummy_output_file: T.Optional[PathLike]) -> None:
/dports/emulators/qemu60/qemu-6.0.0/meson/tools/
H A Dcopy_files.py27 PathLike = T.Union[Path,str] variable
29 def copy_files(files: T.List[str], input_dir: PathLike, output_dir: PathLike) -> None:
H A Dregenerate_docs.py32 PathLike = T.Union[Path,str] variable
126 def regenerate_docs(output_dir: PathLike,
127 dummy_output_file: T.Optional[PathLike]) -> None:
/dports/devel/meson/meson-0.60.3/tools/
H A Dcopy_files.py27 PathLike = T.Union[Path,str] variable
29 def copy_files(files: T.List[str], input_dir: PathLike, output_dir: PathLike) -> None:
H A Dregenerate_docs.py33 PathLike = T.Union[Path,str] variable
136 def regenerate_docs(output_dir: PathLike,
137 dummy_output_file: T.Optional[PathLike]) -> None:
/dports/emulators/qemu5/qemu-5.2.0/meson/tools/
H A Dcopy_files.py27 PathLike = T.Union[Path,str] variable
29 def copy_files(files: T.List[str], input_dir: PathLike, output_dir: PathLike) -> None:
H A Dregenerate_docs.py32 PathLike = T.Union[Path,str] variable
126 def regenerate_docs(output_dir: PathLike,
127 dummy_output_file: T.Optional[PathLike]) -> None:
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/tools/
H A Dcopy_files.py27 PathLike = T.Union[Path,str] variable
29 def copy_files(files: T.List[str], input_dir: PathLike, output_dir: PathLike) -> None:
H A Dregenerate_docs.py33 PathLike = T.Union[Path,str] variable
136 def regenerate_docs(output_dir: PathLike,
137 dummy_output_file: T.Optional[PathLike]) -> None:
/dports/devel/py-gitpython/GitPython-3.1.24/git/refs/
H A Dsymbolic.py43 def _git_dir(repo: 'Repo', path: Union[PathLike, None]) -> PathLike:
65 def __init__(self, repo: 'Repo', path: PathLike, check_path: bool = False):
144 def dereference_recursive(cls, repo: 'Repo', ref_path: Union[PathLike, None]) -> str:
157 def _get_ref_info_helper(cls, repo: 'Repo', ref_path: Union[PathLike, None]
440 def to_full_path(cls, path: Union[PathLike, 'SymbolicReference']) -> PathLike:
454 def delete(cls, repo: 'Repo', path: PathLike) -> None:
512 def _create(cls: Type[T_References], repo: 'Repo', path: PathLike, resolve: bool,
547 def create(cls: Type[T_References], repo: 'Repo', path: PathLike,
580 def rename(self, new_path: PathLike, force: bool = False) -> 'SymbolicReference':
626 def _iter_items(cls: Type[T_References], repo: 'Repo', common_path: Union[PathLike, None] = None
[all …]
H A Dlog.py147 def __new__(cls, filepath: Union[PathLike, None] = None) -> 'RefLog':
151 def __init__(self, filepath: Union[PathLike, None] = None):
178 def from_file(cls, filepath: PathLike) -> 'RefLog':
218 def entry_at(cls, filepath: PathLike, index: int) -> 'RefLogEntry':
249 def to_file(self, filepath: PathLike) -> None:
267 filepath: PathLike, oldbinsha: bytes, newbinsha: bytes, message: str,
H A Dhead.py38 def __init__(self, repo: 'Repo', path: PathLike = _HEAD_NAME):
52 paths: Union[PathLike, Sequence[PathLike], None] = None, **kwargs: Any) -> 'HEAD':
184 def rename(self, new_path: PathLike, force: bool = False) -> 'Head':
/dports/textproc/py-ocrmypdf/ocrmypdf-12.7.2/src/ocrmypdf/
H A Dhelpers.py88 def safe_symlink(input_file: os.PathLike, soft_link_name: os.PathLike):
129 def samefile(f1: os.PathLike, f2: os.PathLike):
146 def page_number(input_file: os.PathLike) -> int:
163 def is_file_writable(test_file: os.PathLike) -> bool:
/dports/devel/py-gitpython/GitPython-3.1.24/git/
H A Dutil.py110 def cwd(new_dir: PathLike) -> Generator[PathLike, None, None]:
119 def rmtree(path: PathLike) -> None:
139 def rmfile(path: PathLike) -> None:
163 def join_path(a: PathLike, *p: PathLike) -> PathLike:
182 def to_native_path_windows(path: PathLike) -> PathLike:
186 def to_native_path_linux(path: PathLike) -> str:
194 def to_native_path_linux(path: PathLike) -> str:
200 def join_path_native(a: PathLike, *p: PathLike) -> PathLike:
322 def decygpath(path: PathLike) -> str:
343 def is_cygwin_git(git_executable: PathLike) -> bool:
[all …]
/dports/biology/py-dnaio/dnaio-0.5.1/src/dnaio/
H A D__init__.py43 file1: Union[str, PathLike, BinaryIO], argument
141 file_or_path: Union[str, PathLike, BinaryIO], argument
245 file1: Union[str, PathLike, BinaryIO], argument
308 file: Union[str, PathLike, BinaryIO], argument
350 file1: Union[str, PathLike, BinaryIO], argument
397 file: Union[str, PathLike, BinaryIO], argument
/dports/devel/py-gitpython/GitPython-3.1.24/git/repo/
H A Dfun.py44 def is_git_dir(d: 'PathLike') -> bool:
66 def find_worktree_git_dir(dotgit: 'PathLike') -> Optional[str]:
85 def find_submodule_git_dir(d: 'PathLike') -> Optional['PathLike']:
H A Dbase.py108 def __init__(self, path: Optional[PathLike] = None, odbt: Type[LooseObjectDB] = GitCmdObjectDB,
407 def tag(self, path: PathLike) -> TagReference:
414 def _to_full_tag_path(path: PathLike) -> str:
423 def create_head(self, path: PathLike, commit: str = 'HEAD',
438 def create_tag(self, path: PathLike, ref: str = 'HEAD',
561 paths: Union[PathLike, Sequence[PathLike]] = '',
705 submodules: bool = True, path: Optional[PathLike] = None) -> bool:
779 def ignored(self, *paths: PathLike) -> List[str]:
1050 … def _clone(cls, git: 'Git', url: PathLike, path: PathLike, odb_default_type: Type[GitCmdObjectDB],
1109 def clone(self, path: PathLike, progress: Optional[Callable] = None,
[all …]
/dports/www/py-starlette/starlette-0.17.1/starlette/
H A Dstaticfiles.py14 PathLike = typing.Union[str, "os.PathLike[str]"] variable
42 directory: PathLike = None,
56 self, directory: PathLike = None, packages: typing.List[str] = None
170 full_path: PathLike,
/dports/devel/py-qcs-api-client/qcs-api-client-0.9.0/qcs_api_client/client/_configuration/
H A Dconfiguration.py107 settings_file_path: Optional[os.PathLike] = None,
108 secrets_file_path: Optional[os.PathLike] = None,
/dports/devel/py-pdm/pdm-1.11.0/pdm/formats/
H A Dpipfile.py40 def check_fingerprint(project: Project, filename: PathLike) -> bool:
45 project: Project, filename: PathLike, options: Namespace | None
/dports/textproc/py-ocrmypdf/ocrmypdf-12.7.2/src/ocrmypdf/_exec/
H A Dghostscript.py76 input_file: os.PathLike,
77 output_file: os.PathLike,
168 output_file: os.PathLike,

12345678910