Searched defs:IS_LINUX (Results 1 – 3 of 3) sorted by relevance
39 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
45 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
55 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable