module documentation

Filesystem-based interprocess mutex.

Class FilesystemLock A mutex.
Function isLocked Determine if the lock of the given name is held or not.
Function unique Undocumented
Variable ERROR_ACCESS_DENIED Undocumented
Variable ERROR_INVALID_PARAMETER Undocumented
Variable _windows Undocumented
def isLocked(name):

Determine if the lock of the given name is held or not.

Parameters
name:strThe filesystem path to the lock to test
Returns
boolTrue if the lock is held, False otherwise.
def unique():

Undocumented

ERROR_ACCESS_DENIED: int =

Undocumented

ERROR_INVALID_PARAMETER: int =

Undocumented

_windows: bool =

Undocumented