Searched defs:WHICH (Results 1 – 4 of 4) sorted by relevance
15 WHICH = 'where' if sys.platform == 'win32' else 'which' variable
22 WHICH = 'where' if sys.platform == 'win32' else 'which' variable
24 WHICH = 'where' if sys.platform == 'win32' else 'which' variable
41 WHICH = 'where' if sys.platform.startswith('win') else 'which' variable