class documentation

class locked_index(object):

View In Hierarchy

Lock the index while making modifications.

Works as a context manager.

Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Instance Variable _file Undocumented
Instance Variable _index Undocumented
Instance Variable _path Undocumented
def __enter__(self):

Undocumented

def __exit__(self, exc_type, exc_value, traceback):

Undocumented

def __init__(self, path):

Undocumented

Parameters
path:Union[bytes, str]Undocumented
_file =

Undocumented

_index =

Undocumented

_path =

Undocumented