Searched refs:IS_CYGWIN (Results 1 – 1 of 1) sorted by relevance
56 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0] variable154 if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'):