Searched refs:_CygPath (Results 1 – 2 of 2) sorted by relevance
45 return _CygPath.convert_using_singleton(path)50 class _CygPath(object): class57 if not _CygPath._lock:60 with _CygPath._lock:61 if _CygPath._singleton:62 _CygPath._singleton.stop()66 if not _CygPath._lock:67 _CygPath._lock = threading.Lock()69 with _CygPath._lock:70 if not _CygPath._singleton:[all …]
74 self.assertTrue(path._CygPath._singleton.is_running())77 path._CygPath.stop_cygpath_subprocess()80 self.assertFalse(path._CygPath._singleton.is_running())