package documentation

Utilities for locking

From __init__.py:

Class HardFileLock Hard file-based locking.
Class SoftFileLock Soft file-based locking.
Function _lock Undocumented
Function _unlock Undocumented
def _lock(path): (source)

Undocumented

def _unlock(path, fp): (source)

Undocumented