Searched refs:pathlib2 (Results 1 – 12 of 12) sorted by relevance
18 import pathlib220 pathlib2 = None variable
74 from pyfakefs.extra_packages import pathlib2, use_scandir551 if pathlib2:
1 # "pathlib2" and "scandir" are backports of new standard modules, pyfakefs will10 pathlib2>=2.3.2
18 [mypy-pathlib2.*]
106 * `pathlib2` is still supported, but considered to have the same108 the previous behavior broke newer `pathlib` features if `pathlib2`417 regardless of `pathlib2` presence424 * regression: `pathlib` did not get patched in the presence of `pathlib2`437 * import external `pathlib2` and `scandir` packages first if present521 * added `pathlib2` support ([#408](../../issues/408)) ([#422](../../issues/422))
12 "pathlib2" = {version = "~=2.3, >=2.3.4",markers = "python_version < '3.6'"}
285 "pathlib2": {
303 name: "infra/python/wheels/pathlib2-py2_py3"
20 from pathlib2 import Path
20 from pathlib2 import Path # type: ignore
391 `pathlib2` and `scandir` if present, and the following example shows how to