Searched defs:is_windows (Results 1 – 3 of 3) sorted by relevance
64 def is_windows(): function
44 is_windows = sys.platform.startswith('win') variable in TestCase
42 is_windows = sys.platform.startswith('win') variable in TestCase