Searched refs:RealPathlibModule (Results 1 – 2 of 2) sorted by relevance
1036 if cls is RealPathlibModule.Path:1038 RealPathlibModule.WindowsPath # pytype: disable=attribute-error1040 else RealPathlibModule.PosixPath # pytype: disable=attribute-error1079 self.__class__.real_pathlib = RealPathlibModule()1088 class RealPathlibModule: class
767 self._unfaked_module_classes["pathlib"] = fake_pathlib.RealPathlibModule770 fake_pathlib.RealPathlibModule777 self._unfaked_module_classes["pathlib2"] = fake_pathlib.RealPathlibModule