Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ FileLockException
Class
FileLockException
recipes/Python/577524_Python_Sessions/recipe-577524.py:219–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
# python/
218
219
class
FileLockException(Exception):
220
pass
221
222
class
FileLock(object):
223
""
" A file locking mechanism that has context-manager support so
Callers
1
acquire
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected