OpenQuizz
Une application de gestion des contenus pédagogiques
LockFile Class Reference
Inheritance diagram for LockFile:
Collaboration diagram for LockFile:

Public Member Functions

def __init__ (self, file_path)
 
def __del__ (self)
 

Detailed Description

Provides methods to obtain, check for, and release a file based lock which
should be used to handle concurrent access to the same file.

As we are a utility class to be derived from, we only use protected methods.

Locks will automatically be released on destruction

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  file_path 
)

◆ __del__()

def __del__ (   self)

The documentation for this class was generated from the following file: