Searched defs:cygwin (Results 1 – 2 of 2) sorted by relevance
52 'cygwin': COLORS_16, property
106 cygwin = hasattr(os, "uname") and os.uname()[0].lower().startswith("cygwin") variable