Represent the settings

Method __init__ Does not allow initialization
Static Method combine_settings combine 2 dict/list objects in depth
Static Method load_default_settings loads the default settings
Static Method load_added_settings load extra settings
Static Method get_language_settings returns the settings for given language
Static Method get_workspace returns the settings for given language
Static Method get returns the settings denoted by key
Class Variable __SETTINGS Undocumented
__SETTINGS =
Undocumented
def __init__(self):

Does not allow initialization

@staticmethod
def combine_settings(main_settings, added_settings):

combine 2 dict/list objects in depth

@staticmethod
def load_default_settings():

loads the default settings

@staticmethod
def load_added_settings(data, form="""yaml"""):

load extra settings

@staticmethod
def get_language_settings(language):

returns the settings for given language

@staticmethod
def get_workspace():

returns the settings for given language

@staticmethod
def get(key, alt=None):

returns the settings denoted by key

API Documentation for EXecutioner, generated by pydoctor at 2021-09-20 12:53:40.