Home
last modified time | relevance | path

Searched refs:FakePathlibModule (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dfake_pathlib.py58 FakePathlibModule.PureWindowsPath._flavour = _FakeWindowsFlavour(filesystem)
59 FakePathlibModule.PurePosixPath._flavour = _FakePosixFlavour(filesystem)
65 FakePathlibModule.PureWindowsPath._flavour = fake_path
66 FakePathlibModule.PurePosixPath._flavour = fake_path
517 if cls is FakePathlibModule.Path:
519 FakePathlibModule.WindowsPath
521 else FakePathlibModule.PosixPath
776 class FakePathlibModule: class
862 self.__class__.fake_pathlib = FakePathlibModule(filesystem)
Dfake_filesystem_unittest.py654 "pathlib": fake_pathlib.FakePathlibModule,
670 self._fake_module_classes["pathlib2"] = fake_pathlib.FakePathlibModule
/aosp_15_r20/external/python/pyfakefs/docs/
Dmodules.rst56 .. autoclass:: pyfakefs.fake_pathlib.FakePathlibModule
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dfake_pathlib_test.py1135 self.pathlib = fake_pathlib.FakePathlibModule(self.filesystem)