class documentation

class ConfigManager(object):

View In Hierarchy

Locks the configuration and exposes it to be read or modified.

Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Instance Variable _config_writer Undocumented
Instance Variable _forcelock Undocumented
Instance Variable _shared Undocumented
def __enter__(self):

Undocumented

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

Undocumented

def __init__(self, config_writer, shared=False, forcelock=False):

Undocumented

_config_writer =

Undocumented

_forcelock =

Undocumented

_shared =

Undocumented