Home
last modified time | relevance | path

Searched refs:pathlib2 (Results 1 – 12 of 12) sorted by relevance

/external/python/pyfakefs/pyfakefs/
Dextra_packages.py18 import pathlib2
20 pathlib2 = None variable
Dfake_filesystem_unittest.py74 from pyfakefs.extra_packages import pathlib2, use_scandir
551 if pathlib2:
/external/python/pyfakefs/
Dextra_requirements.txt1 # "pathlib2" and "scandir" are backports of new standard modules, pyfakefs will
10 pathlib2>=2.3.2
Dmypy.ini18 [mypy-pathlib2.*]
DCHANGES.md106 * `pathlib2` is still supported, but considered to have the same
108 the previous behavior broke newer `pathlib` features if `pathlib2`
417 regardless of `pathlib2` presence
424 * regression: `pathlib` did not get patched in the presence of `pathlib2`
437 * import external `pathlib2` and `scandir` packages first if present
521 * added `pathlib2` support ([#408](../../issues/408)) ([#422](../../issues/422))
/external/python/rsa/
DPipfile12 "pathlib2" = {version = "~=2.3, >=2.3.4",markers = "python_version < '3.6'"}
DPipfile.lock285 "pathlib2": {
/external/angle/
D.vpython303 name: "infra/python/wheels/pathlib2-py2_py3"
/external/gfxstream-protocols/registry/vulkan/scripts/
Dgenerator.py20 from pathlib2 import Path
/external/vulkan-headers/registry/
Dgenerator.py20 from pathlib2 import Path # type: ignore
/external/angle/third_party/vulkan-deps/vulkan-headers/src/registry/
Dgenerator.py20 from pathlib2 import Path # type: ignore
/external/python/pyfakefs/docs/
Dusage.rst391 `pathlib2` and `scandir` if present, and the following example shows how to