Home
last modified time | relevance | path

Searched refs:RealPathlibModule (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dfake_pathlib.py893 if cls is RealPathlibModule.Path:
895 RealPathlibModule.WindowsPath # pytype: disable=attribute-error
897 else RealPathlibModule.PosixPath # pytype: disable=attribute-error
936 self.__class__.real_pathlib = RealPathlibModule()
945 class RealPathlibModule: class
Dfake_filesystem_unittest.py668 self._unfaked_module_classes["pathlib"] = fake_pathlib.RealPathlibModule
672 self._unfaked_module_classes["pathlib2"] = fake_pathlib.RealPathlibModule