Searched defs:is_windows (Results 1 – 9 of 9) sorted by relevance
25 is_windows = platform.system() == 'Windows' variable
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