class documentation

class SoftFileLock: (source)

Constructor: SoftFileLock(path)

View In Hierarchy

Soft file-based locking.

Attempt to lock a file and yield the success status.

Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Instance Variable fp Undocumented
Instance Variable path Undocumented
def __enter__(self): (source)

Undocumented

def __exit__(self, exc_type, exc_val, exc_tb): (source)

Undocumented

def __init__(self, path: str): (source)

Undocumented

Undocumented

Undocumented