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 _windows Undocumented
def isLocked(name): (source)

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(): (source)

Undocumented

_windows: bool = (source)

Undocumented