flambe.compile.const

Module Contents

flambe.compile.const.STATE_DICT_DELIMETER = .[source]
flambe.compile.const.FLAMBE_SOURCE_KEY = _flambe_source[source]
flambe.compile.const.FLAMBE_CLASS_KEY = _flambe_class[source]
flambe.compile.const.FLAMBE_CONFIG_KEY = _flambe_config[source]
flambe.compile.const.FLAMBE_DIRECTORIES_KEY = _flambe_directories[source]
flambe.compile.const.FLAMBE_STASH_KEY = _flambe_stash[source]
flambe.compile.const.KEEP_VARS_KEY = keep_vars[source]
flambe.compile.const.VERSION_KEY = _flambe_version[source]
flambe.compile.const.HIGHEST_SERIALIZATION_PROTOCOL_VERSION = 1[source]
flambe.compile.const.DEFAULT_SERIALIZATION_PROTOCOL_VERSION = 1[source]
flambe.compile.const.DEFAULT_PROTOCOL = 2[source]
flambe.compile.const.STATE_FILE_NAME = state.pt[source]
flambe.compile.const.VERSION_FILE_NAME = version.txt[source]
flambe.compile.const.SOURCE_FILE_NAME = source.py[source]
flambe.compile.const.CONFIG_FILE_NAME = config.yaml[source]
flambe.compile.const.STASH_FILE_NAME = stash.pkl[source]
flambe.compile.const.PROTOCOL_VERSION_FILE_NAME = protocol_version.txt[source]