Searched refs:RealPathlibModule (Results 1 – 2 of 2) sorted by relevance
798 if cls is RealPathlibModule.Path:799 cls = (RealPathlibModule.WindowsPath if os.name == 'nt'800 else RealPathlibModule.PosixPath)805 class RealPathlibModule: class812 RealPathlibModule.PureWindowsPath._flavour = pathlib._WindowsFlavour()813 RealPathlibModule.PurePosixPath._flavour = pathlib._PosixFlavour()856 self.__class__.real_pathlib = RealPathlibModule()
550 'pathlib'] = fake_pathlib.RealPathlibModule556 'pathlib2'] = fake_pathlib.RealPathlibModule