MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-474070.py

File recipe-474070.py

recipes/Python/474070_Creating_single_instance/recipe-474070.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from win32event import CreateMutex
2from win32api import CloseHandle, GetLastError
3from winerror import ERROR_ALREADY_EXISTS
4

Callers

nothing calls this directly

Calls 3

singleinstanceClass · 0.70
exitFunction · 0.50
aleradyrunningMethod · 0.45

Tested by

no test coverage detected