Home
last modified time | relevance | path

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

/external/python/pyfakefs/pyfakefs/
Dfake_pathlib.py1036 if cls is RealPathlibModule.Path:
1038 RealPathlibModule.WindowsPath # pytype: disable=attribute-error
1040 else RealPathlibModule.PosixPath # pytype: disable=attribute-error
1079 self.__class__.real_pathlib = RealPathlibModule()
1088 class RealPathlibModule: class
Dfake_filesystem_unittest.py767 self._unfaked_module_classes["pathlib"] = fake_pathlib.RealPathlibModule
770 fake_pathlib.RealPathlibModule
777 self._unfaked_module_classes["pathlib2"] = fake_pathlib.RealPathlibModule