MCPcopy 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
219class FileLockException(Exception):
220 pass
221
222class FileLock(object):
223 """ A file locking mechanism that has context-manager support so

Callers 1

acquireMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected