Home
last modified time | relevance | path

Searched defs:PurePath (Results 1 – 6 of 6) sorted by relevance

/external/wayland-protocols/
Dimport_snapshot.py44 def __init__(self, base: pathlib.PurePath):
80 paths: list[pathlib.PurePath]) -> list[pathlib.Path]:
282 def must_ignore(path: pathlib.PurePath) -> bool:
/external/pigweed/pw_build/py/pw_build/
Dzip.py117 destination_path: pathlib.PurePath,
Dgn_writer.py191 def __init__(self, pathname: PurePath) -> None:
/external/python/cpython3/Tools/peg_generator/pegen/
Dtestutil.py87 path: pathlib.PurePath,
/external/python/cpython3/Lib/pathlib/
D_local.py59 class PurePath(PurePathBase): class
/external/python/parse_type/tasks/_vendor/
Dpathlib.py565 class PurePath(object): class