Searched defs:WINSERVICE (Results 1 – 10 of 10) sorted by relevance
31 WINSERVICE = False variable34 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe") variable
19 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe") variable
31 WINSERVICE = False variable34 WINSERVICE = sys.executable and sys.executable.lower().endswith("pythonservice.exe") variable
21 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe") variable