Searched defs:is_windows (Results 1 – 7 of 7) sorted by relevance
14 is_windows = platform.system() == 'Windows' variable
16 is_windows = platform.system() == 'Windows' variable
26 is_windows = sys.platform == 'cygwin' or sys.platform.startswith('win') variable
80 def is_windows(self): member in Platform
59 def is_windows(): function
26 is_windows = platform.system() == 'Windows' variable
93 def is_windows(self): member in Platform