Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
from
win32event
import
CreateMutex
2
from
win32api
import
CloseHandle, GetLastError
3
from
winerror
import
ERROR_ALREADY_EXISTS
4
Callers
nothing calls this directly
Calls
3
singleinstance
Class · 0.70
exit
Function · 0.50
aleradyrunning
Method · 0.45
Tested by
no test coverage detected