Home
last modified time | relevance | path

Searched defs:_Path (Results 1 – 25 of 48) sorted by relevance

12

/aosp_15_r20/external/python/setuptools/setuptools/config/
Dexpand.py52 _Path = Union[str, os.PathLike] variable
91 patterns: Iterable[str], root_dir: Optional[_Path] = None
121 def read_files(filepaths: Union[str, bytes, Iterable[_Path]], root_dir=None) -> str:
139 def _filter_existing_files(filepaths: Iterable[_Path]) -> Iterator[_Path]:
147 def _read_file(filepath: Union[bytes, _Path]) -> str: argument
152 def _assert_local(filepath: _Path, root_dir: str):
163 root_dir: Optional[_Path] = None
198 def _find_spec(module_name: str, module_path: Optional[_Path]) -> ModuleSpec:
219 module_name: str, package_dir: Optional[Mapping[str, str]], root_dir: _Path
255 root_dir: Optional[_Path] = None
[all …]
Dpyprojecttoml.py17 _Path = Union[str, os.PathLike] variable
21 def load_file(filepath: _Path) -> dict:
28 def validate(config: dict, filepath: _Path):
47 dist: "Distribution", filepath: _Path, ignore_option_errors=False,
57 filepath: _Path,
128 root_dir: Optional[_Path] = None,
172 dist: Optional["Distribution"], project_cfg: dict, root_dir: _Path
219 root_dir: _Path,
262 root_dir: _Path,
280 dynamic_cfg: dict, root_dir: _Path, ignore_option_errors: bool
[all …]
D_apply_pyprojecttoml.py23 _Path = Union[os.PathLike, str] variable
31 def apply(dist: "Distribution", config: dict, filename: _Path) -> "Distribution":
99 def _long_description(dist: "Distribution", val: _DictOrStr, root_dir: _Path):
114 def _license(dist: "Distribution", val: dict, root_dir: _Path):
123 def _people(dist: "Distribution", val: List[dict], _root_dir: _Path, kind: str):
181 def _copy_command_options(pyproject: dict, dist: "Distribution", filename: _Path):
Dsetupcfg.py22 _Path = Union[str, os.PathLike] variable
34 filepath: _Path,
61 def apply_configuration(dist: "Distribution", filepath: _Path) -> "Distribution":
71 dist: "Distribution", filepath: _Path,
72 other_files: Iterable[_Path] = (),
329 def _parse_file(cls, value, root_dir: _Path):
354 def _parse_attr(self, value, package_dir, root_dir: _Path):
488 root_dir: _Path = os.curdir
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/config/
Dexpand.py58 _Path = Union[str, os.PathLike] variable
91 patterns: Iterable[str], root_dir: Optional[_Path] = None
121 def read_files(filepaths: Union[str, bytes, Iterable[_Path]], root_dir=None) -> str:
139 def _filter_existing_files(filepaths: Iterable[_Path]) -> Iterator[_Path]:
147 def _read_file(filepath: Union[bytes, _Path]) -> str: argument
152 def _assert_local(filepath: _Path, root_dir: str):
163 root_dir: Optional[_Path] = None
198 def _find_spec(module_name: str, module_path: Optional[_Path]) -> ModuleSpec:
219 module_name: str, package_dir: Optional[Mapping[str, str]], root_dir: _Path
255 root_dir: Optional[_Path] = None
[all …]
D_apply_pyprojecttoml.py28 _Path = Union[os.PathLike, str] variable
36 def apply(dist: "Distribution", config: dict, filename: _Path) -> "Distribution":
58 def _apply_project_table(dist: "Distribution", config: dict, root_dir: _Path):
75 def _apply_tool_table(dist: "Distribution", config: dict, filename: _Path):
141 def _long_description(dist: "Distribution", val: _DictOrStr, root_dir: _Path):
156 def _license(dist: "Distribution", val: dict, root_dir: _Path):
165 def _people(dist: "Distribution", val: List[dict], _root_dir: _Path, kind: str):
221 def _copy_command_options(pyproject: dict, dist: "Distribution", filename: _Path):
Dsetupcfg.py29 _Path = Union[str, os.PathLike] variable
41 filepath: _Path,
68 def apply_configuration(dist: "Distribution", filepath: _Path) -> "Distribution":
78 dist: "Distribution", filepath: _Path,
79 other_files: Iterable[_Path] = (),
369 def _parse_file(cls, value, root_dir: _Path):
394 def _parse_attr(self, value, package_dir, root_dir: _Path):
538 root_dir: _Path = os.curdir
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/config/
Dexpand.py58 _Path = Union[str, os.PathLike] variable
91 patterns: Iterable[str], root_dir: Optional[_Path] = None
121 def read_files(filepaths: Union[str, bytes, Iterable[_Path]], root_dir=None) -> str:
139 def _filter_existing_files(filepaths: Iterable[_Path]) -> Iterator[_Path]:
147 def _read_file(filepath: Union[bytes, _Path]) -> str: argument
152 def _assert_local(filepath: _Path, root_dir: str):
163 root_dir: Optional[_Path] = None
198 def _find_spec(module_name: str, module_path: Optional[_Path]) -> ModuleSpec:
219 module_name: str, package_dir: Optional[Mapping[str, str]], root_dir: _Path
255 root_dir: Optional[_Path] = None
[all …]
D_apply_pyprojecttoml.py28 _Path = Union[os.PathLike, str] variable
36 def apply(dist: "Distribution", config: dict, filename: _Path) -> "Distribution":
58 def _apply_project_table(dist: "Distribution", config: dict, root_dir: _Path):
75 def _apply_tool_table(dist: "Distribution", config: dict, filename: _Path):
141 def _long_description(dist: "Distribution", val: _DictOrStr, root_dir: _Path):
156 def _license(dist: "Distribution", val: dict, root_dir: _Path):
165 def _people(dist: "Distribution", val: List[dict], _root_dir: _Path, kind: str):
221 def _copy_command_options(pyproject: dict, dist: "Distribution", filename: _Path):
Dsetupcfg.py29 _Path = Union[str, os.PathLike] variable
41 filepath: _Path,
68 def apply_configuration(dist: "Distribution", filepath: _Path) -> "Distribution":
78 dist: "Distribution", filepath: _Path,
79 other_files: Iterable[_Path] = (),
369 def _parse_file(cls, value, root_dir: _Path):
394 def _parse_attr(self, value, package_dir, root_dir: _Path):
538 root_dir: _Path = os.curdir
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/config/
Dexpand.py58 _Path = Union[str, os.PathLike] variable
91 patterns: Iterable[str], root_dir: Optional[_Path] = None
121 def read_files(filepaths: Union[str, bytes, Iterable[_Path]], root_dir=None) -> str:
139 def _filter_existing_files(filepaths: Iterable[_Path]) -> Iterator[_Path]:
147 def _read_file(filepath: Union[bytes, _Path]) -> str: argument
152 def _assert_local(filepath: _Path, root_dir: str):
163 root_dir: Optional[_Path] = None
198 def _find_spec(module_name: str, module_path: Optional[_Path]) -> ModuleSpec:
219 module_name: str, package_dir: Optional[Mapping[str, str]], root_dir: _Path
255 root_dir: Optional[_Path] = None
[all …]
D_apply_pyprojecttoml.py28 _Path = Union[os.PathLike, str] variable
36 def apply(dist: "Distribution", config: dict, filename: _Path) -> "Distribution":
58 def _apply_project_table(dist: "Distribution", config: dict, root_dir: _Path):
75 def _apply_tool_table(dist: "Distribution", config: dict, filename: _Path):
141 def _long_description(dist: "Distribution", val: _DictOrStr, root_dir: _Path):
156 def _license(dist: "Distribution", val: dict, root_dir: _Path):
165 def _people(dist: "Distribution", val: List[dict], _root_dir: _Path, kind: str):
221 def _copy_command_options(pyproject: dict, dist: "Distribution", filename: _Path):
Dsetupcfg.py29 _Path = Union[str, os.PathLike] variable
41 filepath: _Path,
68 def apply_configuration(dist: "Distribution", filepath: _Path) -> "Distribution":
78 dist: "Distribution", filepath: _Path,
79 other_files: Iterable[_Path] = (),
369 def _parse_file(cls, value, root_dir: _Path):
394 def _parse_attr(self, value, package_dir, root_dir: _Path):
538 root_dir: _Path = os.curdir
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/config/
Dexpand.py58 _Path = Union[str, os.PathLike] variable
91 patterns: Iterable[str], root_dir: Optional[_Path] = None
121 def read_files(filepaths: Union[str, bytes, Iterable[_Path]], root_dir=None) -> str:
139 def _filter_existing_files(filepaths: Iterable[_Path]) -> Iterator[_Path]:
147 def _read_file(filepath: Union[bytes, _Path]) -> str: argument
152 def _assert_local(filepath: _Path, root_dir: str):
163 root_dir: Optional[_Path] = None
198 def _find_spec(module_name: str, module_path: Optional[_Path]) -> ModuleSpec:
219 module_name: str, package_dir: Optional[Mapping[str, str]], root_dir: _Path
255 root_dir: Optional[_Path] = None
[all …]
D_apply_pyprojecttoml.py28 _Path = Union[os.PathLike, str] variable
36 def apply(dist: "Distribution", config: dict, filename: _Path) -> "Distribution":
58 def _apply_project_table(dist: "Distribution", config: dict, root_dir: _Path):
75 def _apply_tool_table(dist: "Distribution", config: dict, filename: _Path):
141 def _long_description(dist: "Distribution", val: _DictOrStr, root_dir: _Path):
156 def _license(dist: "Distribution", val: dict, root_dir: _Path):
165 def _people(dist: "Distribution", val: List[dict], _root_dir: _Path, kind: str):
221 def _copy_command_options(pyproject: dict, dist: "Distribution", filename: _Path):
Dsetupcfg.py29 _Path = Union[str, os.PathLike] variable
41 filepath: _Path,
68 def apply_configuration(dist: "Distribution", filepath: _Path) -> "Distribution":
78 dist: "Distribution", filepath: _Path,
79 other_files: Iterable[_Path] = (),
369 def _parse_file(cls, value, root_dir: _Path):
394 def _parse_attr(self, value, package_dir, root_dir: _Path):
538 root_dir: _Path = os.curdir
/aosp_15_r20/external/python/setuptools/setuptools/
Ddiscovery.py53 _Path = Union[str, os.PathLike] variable
63 def _valid_name(path: _Path) -> bool:
77 where: _Path = '.',
110 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
130 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
158 def _looks_like_package(path: _Path, _package_name: str) -> bool:
165 def _looks_like_package(_path: _Path, _package_name: str) -> bool:
175 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
235 def _looks_like_package(_path: _Path, package_name: str) -> bool:
272 def _find_packages_within(root_pkg: str, pkg_dir: _Path) -> List[str]:
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/
Ddiscovery.py63 _Path = Union[str, os.PathLike] variable
73 def _valid_name(path: _Path) -> bool:
87 where: _Path = '.',
120 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
140 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
168 def _looks_like_package(path: _Path, _package_name: str) -> bool:
175 def _looks_like_package(_path: _Path, _package_name: str) -> bool:
185 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
245 def _looks_like_package(_path: _Path, package_name: str) -> bool:
282 def _find_packages_within(root_pkg: str, pkg_dir: _Path) -> List[str]:
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/
Ddiscovery.py63 _Path = Union[str, os.PathLike] variable
73 def _valid_name(path: _Path) -> bool:
87 where: _Path = '.',
120 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
140 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
168 def _looks_like_package(path: _Path, _package_name: str) -> bool:
175 def _looks_like_package(_path: _Path, _package_name: str) -> bool:
185 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
245 def _looks_like_package(_path: _Path, package_name: str) -> bool:
282 def _find_packages_within(root_pkg: str, pkg_dir: _Path) -> List[str]:
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/
Ddiscovery.py63 _Path = Union[str, os.PathLike] variable
73 def _valid_name(path: _Path) -> bool:
87 where: _Path = '.',
120 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
140 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
168 def _looks_like_package(path: _Path, _package_name: str) -> bool:
175 def _looks_like_package(_path: _Path, _package_name: str) -> bool:
185 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
245 def _looks_like_package(_path: _Path, package_name: str) -> bool:
282 def _find_packages_within(root_pkg: str, pkg_dir: _Path) -> List[str]:
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/
Ddiscovery.py63 _Path = Union[str, os.PathLike] variable
73 def _valid_name(path: _Path) -> bool:
87 where: _Path = '.',
120 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
140 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
168 def _looks_like_package(path: _Path, _package_name: str) -> bool:
175 def _looks_like_package(_path: _Path, _package_name: str) -> bool:
185 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
245 def _looks_like_package(_path: _Path, package_name: str) -> bool:
282 def _find_packages_within(root_pkg: str, pkg_dir: _Path) -> List[str]:
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/command/
Deditable_wheel.py54 _Path = Union[str, Path] variable
183 self, name: str, unpacked_wheel: _Path, build_lib: _Path, tmp_dir: _Path
258 self, dist_name: str, unpacked_wheel: _Path, build_lib: _Path, tmp_dir: _Path
348 build_lib: _Path,
418 auxiliary_dir: _Path,
419 build_lib: _Path,
619 src_root: _Path,
629 def _absolute_root(path: _Path) -> str:
709 def _normalize_path(filename: _Path) -> str:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/command/
Deditable_wheel.py54 _Path = Union[str, Path] variable
183 self, name: str, unpacked_wheel: _Path, build_lib: _Path, tmp_dir: _Path
258 self, dist_name: str, unpacked_wheel: _Path, build_lib: _Path, tmp_dir: _Path
348 build_lib: _Path,
418 auxiliary_dir: _Path,
419 build_lib: _Path,
619 src_root: _Path,
629 def _absolute_root(path: _Path) -> str:
709 def _normalize_path(filename: _Path) -> str:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/command/
Deditable_wheel.py54 _Path = Union[str, Path] variable
183 self, name: str, unpacked_wheel: _Path, build_lib: _Path, tmp_dir: _Path
258 self, dist_name: str, unpacked_wheel: _Path, build_lib: _Path, tmp_dir: _Path
348 build_lib: _Path,
418 auxiliary_dir: _Path,
419 build_lib: _Path,
619 src_root: _Path,
629 def _absolute_root(path: _Path) -> str:
709 def _normalize_path(filename: _Path) -> str:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/command/
Deditable_wheel.py54 _Path = Union[str, Path] variable
183 self, name: str, unpacked_wheel: _Path, build_lib: _Path, tmp_dir: _Path
258 self, dist_name: str, unpacked_wheel: _Path, build_lib: _Path, tmp_dir: _Path
348 build_lib: _Path,
418 auxiliary_dir: _Path,
419 build_lib: _Path,
619 src_root: _Path,
629 def _absolute_root(path: _Path) -> str:
709 def _normalize_path(filename: _Path) -> str:

12